View source: R/PlotAnomalies.R
Plot.Anomalies | R Documentation |
Requires output from one of the following functions:
global_thresh()
, local_thresh()
,
or peak_detection()
.
Plot.Anomalies(
series = NULL,
x.lim = NULL,
y_lim = NULL,
plot.crosses = T,
plot.x = F,
plot.neg = T
)
series |
The output of |
x.lim |
A vector defining the limits for the x-axis scale (time scale). |
y_lim |
A vector defining the limits for the y-axis scale. |
plot.crosses |
Boolean. If |
plot.x |
Boolean. If |
plot.neg |
Boolean. If |
Walter Finsinger
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.