show-methods: Displays S4 objects produced by changepoint.mv methods

Description Usage Arguments Examples

Description

Displays S4 object produced by mrc. The information produced is the same as that provided by the summary method. The method is used by the S4 system for automatic printing.

Usage

1
2
## S4 method for signature 'changepoint.mv.mrc.class'
show(object)

Arguments

object

An S4 object produced by mrc.

Examples

1
2
3
4
5
6
7
8
library(changepoint.mv)
data(mrcexample)
res<-mrc(mrcexample)
# the following lines all produce the same output
res
summary(res)
show(res)
print(res)

changepoint.mv documentation built on Aug. 7, 2020, 5:06 p.m.