Learn R Programming

mosum (version 1.2.7)

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

Description

Print method for objects of class multiscale.cpts

Usage

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

Arguments

x

a multiscale.cpts object

...

not in use

Examples

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

Run the code above in your browser using DataLab