plot_segm
plot segmented time serie.
plot_segm(
data,
output,
interactive = FALSE,
diag.var,
x_col = "expectTime",
html = FALSE,
order = FALSE,
stationarity = FALSE
)
the data.frame with the different variable
outputs of the segmentation or segclust algorithm for one number of segment
should graph be interactive through leaflet ?
names of the variables on which statistics are calculated
column name for time
should the graph be incorporated in a markdown file through htmltools::tagList()
should cluster be ordered
if TRUE, cut each segment in three and plot each part with its own mean to assess stationarity of each segment
a graph