multi_plot: Plot function of MSigSeg package.

View source: R/multi_plot.R

multi_plotR Documentation

Plot function of MSigSeg package.

Description

Graph signals and breakpoints based on ggplot2 and ggarange packages.

Usage

multi_plot(m, ncol, nrow)

Arguments

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

Value

A list, first item in the list is a graphic objects with all signals drawn and second is a list with individual signals.

Examples

data(data_test)
m <- segmentation(data_test,100)
p <- multi_plot(m,4,5)


MSigSeg documentation built on Nov. 13, 2023, 5:07 p.m.

Related to multi_plot in MSigSeg...