Learn R Programming

PtProcess (version 3.3-7)

Ogata: Ogata's ETAS Test Data

Description

A data frame containing the test data from Utsu and Ogata's (1997) software contained in the file testetas.dat. The first column is named "time", and the second column is named "magnitude".

Usage

data(Ogata)

Arguments

References

Cited references are listed on the PtProcess manual page.

Examples

Run this code
data(Ogata)
plot(Ogata$time, Ogata$magnitude + 3.5, type="h")

Run the code above in your browser using DataLab