Description Usage Arguments Author(s) Examples
This is a generic function for combining matter
objects. A default fallback method to c()
is provided as well.
This generic is internally used to implement c()
, cbind()
, and rbind()
for matter
objects.
1 |
x |
One of the objects. |
y |
A second object. |
... |
Any other objects of the same class as |
Kylie A. Bemis
1 2 3 4 | x <- 1:5
y <- 6:10
combine(x, y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.