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)
# NOT RUN {library(changepoint.mv)
data(mrcexample)
res<-mrc(mrcexample)
# the following lines all produce the same outputres
summary(res)
show(res)
print(res)
# }