plotSegmentation {segmenTier} | R Documentation |
segmenTier
pipeline.Plot all objects from the segmentation pipeline, i.e. the processed time-series, the clustering, the internal scoring matrices and the final segments.
plotSegmentation(tset, cset, sset, split = FALSE, plot.matrix = FALSE, mai = c(0.01, 2, 0.01, 0.01), ...)
tset |
a time-series object as returned by
|
cset |
a clusterings object as returned by
|
sset |
a segmentation object as returned by
|
split |
split segment plots by clustering plots |
plot.matrix |
include the internal scoring matrices in the plot |
mai |
margins of individual plots, see |
... |
further arguments to
|