concat-lazyObjects: Concatenation of lazy vectors

concat-lazyObjectsR Documentation

Concatenation of lazy vectors

Description

Concatenate two or more lazyVector or lazyMatrix objects.

Usage

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

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

Arguments

x

a lazyVector object or a lazyMatrix object

...

lazyVector objects or lazyMatrix objects or numeric vectors or numeric matrices

Value

A lazyVector object.


lazyNumbers documentation built on Nov. 22, 2022, 1:05 a.m.