## S3 method for class 'NMF':
clusters(x, what = c('samples', 'features'))
## S3 method for class 'NMFfit':
errorPlot(x, ...)
newNMF(...)
NMF
or NMFfit
.plot
function.clusters
is a deprecated synonym for predict
.
errorPlot
is a deprecated synonym for plot,NMFfit-method
.
newNMF
is a deprecated synonym for nmfModel
.