View source: R/plot.kmeans.ct.R
plot.kmeans.ct | 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,
plottype = "functions",
mark.transitions = TRUE,
col = NULL,
lty = NULL,
xlab = "Time",
ylab = NULL,
legend = TRUE,
ncol.legend = 1,
cex.legend = 1,
...
)
x |
clustering object produced by |
plottype |
either |
mark.transitions |
logical: Should transitions between clusters be marked
with vertical lines? Defaults to |
col |
plot colors |
lty |
line type |
xlab , ylab |
x- and y-axis labels |
legend |
either a logical variable (whether a legend should be included) or a character
vector to appear in the legend. Default is |
ncol.legend |
number of columns for legend |
cex.legend |
character expansion factor for legend |
... |
other arguments passed to |
None; a plot is generated.
Philip Tzvi Reiss <reiss@stat.haifa.ac.il> and Biplab Paul <paul.biplab497@gmail.com>
kmeans.ct
, which includes an example
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.