multi_plot {MSigSeg} | R Documentation |
Graph signals and breakpoints based on ggplot2 and ggarange packages.
multi_plot(m, ncol, nrow)
m |
An object of S4 class "MSigSeg". |
ncol |
Column numbers of signals arrangement in the graph. |
nrow |
Row numbers of signals arrangement in the graph |
A list, first item in the list is a graphic objects with all signals drawn and second is a list with individual signals.
data(data_test)
m <- segmentation(data_test,100)
p <- multi_plot(m,4,5)