grow.grid {docopulae} | R Documentation |
Grow Grid
Description
grow.grid
creates a data frame like expand.grid
.
The order of rows is adjusted to represent a growing grid with respect to resolution.
Usage
grow.grid(x, random = T)
Arguments
x |
a list of vectors. |
random |
|
Value
grow.grid
returns a data frame like expand.grid
.
See Also
[Package docopulae version 0.4.0 Index]