ops-methods: Concatenate repgrid objects.

+,repgrid,repgrid-methodR Documentation

Concatenate repgrid objects.

Description

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

Usage

## S4 method for signature 'repgrid,repgrid'
e1 + e2

## S4 method for signature 'list,repgrid'
e1 + e2

## S4 method for signature 'repgrid,list'
e1 + e2

Arguments

e1, e2

A repgrid object.

Details

Methods for "+" function.

Examples


x <- bell2010
x + x
x + list(x,x)
list(x,x) + x 


OpenRepGrid documentation built on May 31, 2023, 5:33 p.m.