Learn R Programming

OpenRepGrid (version 0.1.17)

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

Description

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

Usage

# S4 method for repgrid,repgrid
+(e1, e2)

# S4 method for list,repgrid +(e1, e2)

# S4 method for repgrid,list +(e1, e2)

# S4 method for repgrid,repgrid /(e1, e2)

Arguments

e1, e2

A repgrid object.

Examples

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

Run the code above in your browser using DataLab