powered by
Plot a ctre object
# S3 method for ctre plot(x, p = 0.05, ...)
The ctre object whose time series should be plotted
The fraction of magnitudes that exceed the threshold to be plotted
Additional plotting parameters
# NOT RUN { library(magrittr) flares %>% ctre() %>% plot(p = 0.02, log = 'y') # }
Run the code above in your browser using DataLab