Learn R Programming

CTRE (version 0.1.0)

plot.ctre: Plot a ctre object

Description

Plot a ctre object

Usage

# S3 method for 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

Run this code
# NOT RUN {
  library(magrittr)
  flares %>% ctre() %>% plot(p = 0.02, log = 'y')
# }

Run the code above in your browser using DataLab