Concatenating NMF Models
Binds compatible matrices and NMF models together.
## S4 method for signature 'NMF' c(x, ..., margin = 3, recursive = FALSE)
x |
an NMF model |
... |
other objects to concatenate. Currently only
two objects at a time can be concatenated (i.e. |
margin |
integer that indicates the margin along
which to concatenate (only used when
If missing the margin is heuristically determined by looking at common dimensions between the objects. |
recursive |
logical. If |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.