Learn R Programming

OpenRepGrid (version 0.1.9)

+,repgrid,repgrid-method: Concatenate repgrid objects.

Description

Simple concatenation of repgrid objects or list containing repgrid objects using the '+' operator.

Usage

"+"(e1, e2)
"+"(e1, e2)
"+"(e1, e2)

Arguments

e1,e2
A repgrid object.

Details

Methods for "+" function.

Examples

Run this code
x <- bell2010
x + x
x + list(x,x)
list(x,x) + x

Run the code above in your browser using DataLab