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

markheckmann/OpenRepGrid documentation built on April 14, 2024, 8:15 a.m.