Combine two or more generic_mspct objects into a single object.
# S3 method for generic_mspct
c(..., recursive = FALSE, ncol = 1, byrow = FALSE)
one or more generic_mspct objects to combine.
logical ignored as nesting of collections of spectra is not supported.
numeric Virtual number of columns
logical When object has two dimensions, how to map member objects to columns and rows.
A collection of spectra object belonging to the most derived class shared among the combined objects.