plot.silhouette.ct {ctmva} | R Documentation |
Plot a silhouette.ct object
Description
Plots the silhouette index, generated by a call to
silhouette.ct
, for a continuous-time k-means clustering object.
Usage
## S3 method for class 'silhouette.ct'
plot(x, mark.transitions = TRUE, xlab = "Time", ylab = "Silhouette", ...)
Arguments
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 |
Value
None; a plot is generated.
Author(s)
Philip Tzvi Reiss <reiss@stat.haifa.ac.il>
See Also
kmeans.ct
, which includes an example; silhouette.ct
[Package ctmva version 1.4.0 Index]