Learn R Programming

codyna (version 0.1.0)

plot.ews: Plot EWS Results

Description

Plot EWS Results

Usage

# S3 method for ews
plot(x, ...)

Value

A ggplot object.

Arguments

x

[ews]
Output of detect_warnings().

...

Ignored.

Examples

Run this code
set.seed(123)
ts_data <- stats::arima.sim(list(order = c(1, 1, 0), ar = 0.6), n = 200)
ews_roll <- detect_warnings(ts_data)
plot(ews_roll)

Run the code above in your browser using DataLab