plot.ctre: Plot a ctre object

Description Usage Arguments Examples

View source: R/util.R

Description

Plot a ctre object

Usage

1
2
## S3 method for class 'ctre'
plot(x, p = 0.05, ...)

Arguments

x

The ctre object whose time series should be plotted

p

The fraction of magnitudes that exceed the threshold to be plotted

...

Additional plotting parameters

Examples

1
2
  library(magrittr)
  flares %>% ctre() %>% plot(p = 0.02, log = 'y')

CTRE documentation built on May 2, 2019, 9:34 a.m.