Learn R Programming

lazyNumbers (version 1.2.1)

concat-lazyObjects: Concatenation of lazy vectors

Description

Concatenate two or more lazyVector or lazyMatrix objects.

Usage

# S4 method for lazyVector
c(x, ...)

# S4 method for lazyMatrix c(x, ...)

Value

A lazyVector object.

Arguments

x

a lazyVector object or a lazyMatrix object

...

lazyVector objects or lazyMatrix objects or numeric vectors or numeric matrices