| plot.nmfkc | R Documentation |
nmfkcplot.nmfkc produces a diagnostic plot for the return value of
nmfkc, showing the objective function across iterations.
## S3 method for class 'nmfkc'
plot(x, ...)
x |
An object of class |
... |
Additional arguments passed to the base |
Called for its side effect (a plot). Returns NULL invisibly.
nmfkc, summary.nmfkc
Y <- matrix(cars$dist, nrow = 1)
A <- rbind(1, cars$speed)
result <- nmfkc(Y, A, rank = 1)
plot(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.