| plot.nmfre | R Documentation |
Plots the objective function value over iterations for nmfre and
nmf.sem objects. (For nmfkc and nmfae, plot methods
are defined in their respective source files.)
## S3 method for class 'nmfre'
plot(x, ...)
## S3 method for class 'nmf.sem'
plot(x, ..., which = c("full", "reconstruction", "both"))
x |
A fitted model object. |
... |
Additional graphical arguments passed to |
which |
For |
Invisible NULL.
nmfre, nmf.sem
set.seed(1)
Y <- matrix(runif(20), nrow = 4)
A <- diag(5)
res <- nmfre(Y, A, rank = 2)
plot(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.