Filter the xy grid of each comibination of the values in the input vector.

get_xy_info(xy_grid = NULL, xy_nms = NULL, i = NULL)

Arguments

xy_grid

data.frame. Output from create_xy_grid().

xy_nms

character (vector). Value in xy_grid to filter for. This is not really necessary if xy_grid has a column corresponding to i.

i

numeric. Used to extract a specific value in xy_nms.

Value

list.

Details

To be used exclusively by wrapper_func().