Learn R Programming

OpenRepGrid (version 0.1.17)

rep.repgrid: Replicate repgrid objects

Description

Implements the rep method for repgrid objects.

Usage

# S3 method for repgrid
rep(x, n = 1, ...)

Value

A `gridlist`` object.

Arguments

x

A `repgrid`` object.

n

Number of times to replicate the grid.

Examples

Run this code
l <- rep(boeker, 3) # gridlist with 3 boeker grids

Run the code above in your browser using DataLab