get_xy_info: Get information from a particular row in the 'xy grid'

Description Usage Arguments Details Value

Description

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

Usage

1
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.

Details

To be used exclusively by wrapper_func().

Value

list.


tonyelhabr/tetext documentation built on May 14, 2019, 8:03 a.m.