rep.repgrid {OpenRepGrid} | R Documentation |
Implements the rep
method for repgrid
objects.
## S3 method for class 'repgrid'
rep(x, n = 1, ...)
x |
A 'repgrid“ object. |
n |
Number of times to replicate the grid. |
A 'gridlist“ object.
l <- rep(boeker, 3) # gridlist with 3 boeker grids