| Ogata | R Documentation |
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".
data(Ogata)
A data frame with 100 rows (earthquake events) in the time interval (0, 800). It contains the following variables:
number of time units since time zero.
number of magnitude units above 3.5.
Cited references are listed on the PtProcess manual page.
data(Ogata)
plot(Ogata$time, Ogata$magnitude + 3.5, type="h")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.