Ogata {PtProcess} | 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:
data(Ogata) plot(Ogata$time, Ogata$magnitude + 3.5, type="h")