Create a grid of each comibination of the values in the input vector.

create_xy_grid(xy_nms = NULL)

Arguments

xy_nms

character (vector). Values to use to create a 'grid' of all combinations of values.

Value

data.frame.

Details

This function works similarly to expand.grid().