Plots the ranks of the magnitudes against the ranks of the preceding (or succeeding) interarrival times.

empcopula(ctre, OCTRE = FALSE, ...)

Arguments

ctre

A ctre object

OCTRE

Shall each magnitude be matched with the preceding interarrival time (FALSE) or the succeeding interarrival time (TRUE)?

...

Additional plotting arguments

Examples

library(magrittr) flares %>% ctre() %>% thin(k = 300) %>% empcopula(pch = '*')