plotSegmentation {segmenTier} | R Documentation |
Summary plot for the segmenTier
pipeline.
Description
Plot all objects from the segmentation pipeline, i.e. the processed time-series, the clustering, the internal scoring matrices and the final segments.
Usage
plotSegmentation(tset, cset, sset, split = FALSE, plot.matrix = FALSE,
mai = c(0.01, 2, 0.01, 0.01), ...)
Arguments
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
|
[Package segmenTier version 0.1.2 Index]