powered by
Calculates and plots the autocorrelation function for the bivariate time series of interarrival times and magnitudes.
# S3 method for ctre acf(x, OCTRE = FALSE, ...)
An object of class ctre
ctre
If FALSE (default), each magnitude is matched with its preceding interarrival time. If TRUE, each magnitude is matched with its succeeding interarrival time.
Additional arguments passed to acf
acf
# NOT RUN { library(magrittr) flares %>% ctre() %>% thin(k=150) %>% acf() # }
Run the code above in your browser using DataLab