print.multiscale.cpts: Change points estimated by multiscale MOSUM procedure

View source: R/local_prune.R

print.multiscale.cptsR Documentation

Change points estimated by multiscale MOSUM procedure

Description

Print method for objects of class multiscale.cpts

Usage

## S3 method for class 'multiscale.cpts'
print(x, ...)

Arguments

x

a multiscale.cpts object

...

not in use

Examples

x <- testData(model = "mix", seed = 12345)$x
mlp <- multiscale.localPrune(x)
print(mlp)

mosum documentation built on Oct. 22, 2022, 5:05 p.m.