View source: R/plot.silhouette.ct.R
plot.silhouette.ct | R Documentation |
Plots the silhouette index, generated by a call to
silhouette.ct
, for a continuous-time k-means clustering object.
## S3 method for class 'silhouette.ct'
plot(x, mark.transitions = TRUE, xlab = "Time", ylab = "Silhouette", ...)
x |
silhouette object produced by |
mark.transitions |
logical: Should transitions between clusters be marked
with vertical lines? Defaults to |
xlab , ylab |
x- and y-axis labels |
... |
other arguments passed to |
None; a plot is generated.
Philip Tzvi Reiss <reiss@stat.haifa.ac.il>
kmeans.ct
, which includes an example; silhouette.ct
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.