powered by
Graph signals and breakpoints based on ggplot2 and ggarange packages.
multi_plot(m, ncol, nrow)
A list, first item in the list is a graphic objects with all signals drawn and second is a list with individual signals.
An object of S4 class "MSigSeg".
Column numbers of signals arrangement in the graph.
Row numbers of signals arrangement in the graph
data(data_test) m <- segmentation(data_test,100) p <- multi_plot(m,4,5)
Run the code above in your browser using DataLab