plotSilWidths | R Documentation |
Plots information about the silhouette width of every observation in different clustering results with method pam.
plotSilWidths(object, ...)
## S4 method for signature 'Clustering'
plotSilWidths(
object,
ks,
method_pam = "euclidean",
clrp = "milo",
ncol = NULL,
nrow = NULL,
verbose = TRUE
)
## S4 method for signature 'Analysis'
plotSilWidths(
object,
ks,
method_pam = "euclidean",
clrp = "milo",
ncol = NULL,
nrow = NULL,
vebose = TRUE
)
object |
Any object for whose class a method has been defined. |
ks |
Numeric vector. Denotes all options for k-clusters. Values <1 are discarded. Is converted into an integer vector. |
clrp |
Character value. Specifies the color palette to be used to represent
groups of discrete variables. Run |
verbose |
Logical. If set to TRUE informative messages regarding the computational progress will be printed. (Warning messages will always be printed.) |
A ggplot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.