Binds compatible matrices and NMF models together.
# S4 method for NMF
c(x, ..., margin = 3, recursive = FALSE)
an NMF model
other objects to concatenate. Currently only
two objects at a time can be concatenated (i.e. x
and ..1
).
integer that indicates the margin along
which to concatenate (only used when ..1
is a
matrix):
If missing the margin is heuristically determined by looking at common dimensions between the objects.
logical. If recursive = TRUE
,
the function recursively descends through lists (and
pairlists) combining all their elements into a vector.