| plot.nmf.cluster.criteria | R Documentation |
Line plot of silhouette, CPCC, and dist.cor
against the result index, for an object from
nmf.cluster.criteria. X-axis ticks default to each
result's $rank (overridable via the names argument of
nmf.cluster.criteria).
## S3 method for class 'nmf.cluster.criteria'
plot(
x,
main = "Clustering quality across rank",
xlab = "rank (Q)",
ylab = "criterion",
lwd = 2,
...
)
x |
An object of class |
main |
Plot title. |
xlab, ylab |
Axis labels. |
lwd |
Line width. |
... |
Further arguments passed to the initial
|
x, invisibly.
nmf.cluster.criteria
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.