Learn R Programming

NMF (version 0.5.06)

NMF-deprecated: Deprecated Functions in NMF Package

Description

These functions are provided for compatibility with older versions of NMF package only, and may be defunct as soon as the next release.

Usage

## S3 method for class 'NMF':
clusters(x, what = c('samples', 'features'))
## S3 method for class 'NMFfit':
errorPlot(x, ...)
newNMF(...)

Arguments

what
Specifies on which matrix (basis components or mixture coefficients) the computation should be performed.
x
An object that inherits from class NMF or NMFfit.
...
extra graphical arguments passed to the plot function.

Details

clusters is a deprecated synonym for predict. errorPlot is a deprecated synonym for plot,NMFfit-method. newNMF is a deprecated synonym for nmfModel.