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

TRUE if order of rows within each level of resolution should be random.

Value

grow.grid returns a data frame like expand.grid.

See Also

update.param


[Package docopulae version 0.4.0 Index]