rep.repgrid {OpenRepGrid} | R Documentation |
Replicate repgrid objects
Description
Implements the rep
method for repgrid
objects.
Usage
## S3 method for class 'repgrid'
rep(x, n = 1, ...)
Arguments
x |
A 'repgrid“ object. |
n |
Number of times to replicate the grid. |
Value
A 'gridlist“ object.
Examples
l <- rep(boeker, 3) # gridlist with 3 boeker grids
[Package OpenRepGrid version 0.1.16 Index]