Combine a one-dimensional 'VirtualArray
'-class object with other objects
Source: R/VirtualArray-combine.R
combine.Rd
NOTE: Sequences that start with an NA
do not yet work.
Usage
# S4 method for VirtualArray
c(x, ...)
Arguments
- x
VirtualArray
object to combine wit other objects.- ...
additional objects to combine.
Value
A VirtualArray
-class object.