plot.capacc: Plotting function for capacc objects

Description Usage Arguments Value

View source: R/plot.R

Description

Plotting function for capacc objects

Usage

1
2
## S3 method for class 'capacc'
plot(object, epoch = n, subset = 1:p, variate_names = NULL, true_anoms = NULL)

Arguments

object

A capacc object to be plotted.

epoch

Plots data from 1:epoch.

subset

Plots variables in subset.

variate_names

An optional vector with the names of the variables.

true_anoms

An optional data frame with columns "start" and "end" to illustrate known locations of anomalies.

Value

A ggplot of the detected collective and point anomalies.


Tveten/capacc documentation built on Sept. 29, 2021, 5:31 a.m.