combine-method: Combine Out-of-Memory Objects

Description Usage Arguments Author(s) Examples

Description

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.

Usage

1
combine(x, y, ...)

Arguments

x

One of the objects.

y

A second object.

...

Any other objects of the same class as x and y.

Author(s)

Kylie A. Bemis

Examples

1
2
3
4
x <- 1:5
y <- 6:10

combine(x, y)

matter documentation built on Nov. 8, 2020, 6:15 p.m.