Learn R Programming

CTRE (version 0.1.0)

empcopula: Plot empirical copula

Description

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

Usage

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

Run this code
# NOT RUN {
  library(magrittr)
  flares %>% ctre() %>% thin(k = 300) %>% empcopula(pch = '*')
# }

Run the code above in your browser using DataLab