Displays S4 object produced by capa
, capa.uv
, capa.mv
, pass
, bard
, and sampler
.
The output displayed depends on the type of S4 object passed to the method. For all types, the output indicates whether the data is univariate or
multivariate, the number of observations in the data, and the type of change being detected.
# S4 method for bard.class
show(object)# S4 method for capa.class
show(object)
# S4 method for capa.mv.class
show(object)
# S4 method for capa.uv.class
show(object)
# S4 method for pass.class
show(object)