Learn R Programming

RHawkes (version 1.0)

quake: An RHawkes earthquake data set

Description

An earthquake data set containing the earthquake occurrence times near the Japan region previously examined by Ogata (1998).

Usage

data(quake)

Arguments

Format

The format is a vector of the arrival/birth times of earthquakes.

Details

Times of arrivals of earthquake occurrences in a vector in ascending order.

Examples

Run this code
# NOT RUN {
data(quake)
## number of earthquake occurrences
nrow(quake)
# }

Run the code above in your browser using DataLab