grow.grid {docopulae} | R Documentation |
grow.grid
creates a data frame like expand.grid
.
The order of rows is adjusted to represent a growing grid with respect to resolution.
grow.grid(x, random = T)
x |
a list of vectors. |
random |
|
grow.grid
returns a data frame like expand.grid
.