rep.repgrid: Replicate repgrid objects

View source: R/gridlist.R

rep.repgridR 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

OpenRepGrid documentation built on Sept. 11, 2024, 7:16 p.m.