plot.kmeans.ct {ctmva} | R Documentation |
Plots a continuous-time k-means clustering object generated by a call
to kmeans.ct
.
## S3 method for class 'kmeans.ct'
plot(
x,
type = "functions",
mark.transitions = TRUE,
col = NULL,
lty = NULL,
xlab = "Time",
ylab = NULL,
legend = TRUE,
ncol.legend = 1,
...
)
x |
clustering object produced by |
type |
either |
mark.transitions |
logical: Should transitions between clusters be marked
with vertical lines? Defaults to |
col |
plot colours |
lty |
line type |
xlab, ylab |
x- and y-axis labels |
legend |
logical: should a legend be included? Default is |
ncol.legend |
number of columns for legend |
... |
other arguments passed to |
None; a plot is generated.
Biplab Paul <paul.biplab497@gmail.com> and Philip Tzvi Reiss <reiss@stat.haifa.ac.il>
kmeans.ct
, which includes an example