point_anomalies | R Documentation |
Creates a data frame containing point anomaly locations and strengths as detected by capa
.
Returns a data frame with columns containing the position, strength, and (for multivariate data) the variate number.
point_anomalies(object, ...)
## S4 method for signature 'capa.class'
point_anomalies(object, epoch = nrow(object@data))
object |
An instance of an S4 class produced by |
... |
TODO |
epoch |
Positive integer. CAPA methods are sequential and as such, can generate results up to, and including, any epoch within the data series. This can be controlled by the value
of |
A data frame.
capa
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.