+,repgrid,repgrid-method | R Documentation |
Simple concatenation of repgrid objects or list containing repgrid objects using the '+' operator.
## S4 method for signature 'repgrid,repgrid'
e1 + e2
## S4 method for signature 'list,repgrid'
e1 + e2
## S4 method for signature 'repgrid,list'
e1 + e2
## S4 method for signature 'repgrid,repgrid'
e1 / e2
e1 , e2 |
A |
# join constructs
x <- bell2010
x + x
x + list(x, x)
list(x, x) + x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.