show {anomaly} | R Documentation |
Displays S4 objects produced by capa methods.
Description
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.
Usage
## 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)
Arguments
object |
An instance of an S4 class produced by |
See Also
[Package anomaly version 4.3.2 Index]