mkgrid: Generate Grids of Observations

Description Usage Arguments Details

View source: R/variables.R

Description

Make a grid of values

Usage

1
2
3
mkgrid(object, ...)
## S3 method for class 'continuous_var'
mkgrid(object, n = 2, add = TRUE, ...)

Arguments

object

an object of class var or vars

n

number of grid points for a continous variable

add

logical, adds the add argument (in numeric_var) to support if TRUE

...

additional arguments

Details

The function returns a names list of values for each variable.


variables documentation built on June 17, 2021, 5:08 p.m.

Related to mkgrid in variables...