show | R Documentation |
Displays S4 object produced by capa
, 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 signature 'bard.class'
show(object)
## S4 method for signature 'bard.sampler.class'
show(object)
## S4 method for signature 'capa.class'
show(object)
## S4 method for signature 'pass.class'
show(object)
object |
An instance of an S4 class produced by |
capa
,pass
,bard
,sampler
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.