Learn R Programming

changepoint.mv (version 1.0.2)

show: Displays S4 objects produced by changepoint.mv methods

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

# S4 method for changepoint.mv.mrc.class
show(object)

Arguments

object

An S4 object produced by mrc.

Examples

Run this code
# NOT RUN {
library(changepoint.mv)
data(mrcexample)
res<-mrc(mrcexample)
# the following lines all produce the same output
res
summary(res)
show(res)
print(res)

# }

Run the code above in your browser using DataLab