Pre-process data using xy_info.

preprocess_xy_data(data = NULL, xy_info = NULL, col = NULL)

Arguments

data

data.frame. Output from create_xy_grid().

xy_info

list. Output from get_xy_info().

col

character. Name of 'id' column in data.

Value

data.frame.

Details

To be used exclusively by wrapper_func().