cbind-methods: Bind DelayedArray objects along their rows or columns
Description
Methods for binding DelayedArray objects along their rows or columns.
Arguments
Details
rbind and cbind methods are defined for DelayedArray
objects. They perform delayed binding along the rows (rbind) or
columns (cbind) of the objects passed to them.
See Also
cbind in the base package for the
corresponding operations.