The Phuket earthquake occurred on 26 December 2004 at 00:58:53.45 GMT. The Phuket
data frame contains this event and its aftershock sequence.
data(Phuket)
This data frame contains the following columns:
number of degrees north.
number of degrees east.
depth of event in kilometres.
body wave magnitude (\(m_b\)) rounded to one decimal place.
surface wave magnitude (\(M_s\)) rounded to one decimal place.
event magnitude (\(\max(m_b, M_s)\)) rounded to one decimal place.
year of event (numeric vector).
month of event, 1 … 12 (numeric vector).
day of event, 1 … 31 (numeric vector).
hour of event, 0 … 23 (numeric vector).
minute of event, 0 … 59 (numeric vector).
second of event, 0 … 59 (numeric vector).
number of days (and fractions) from midnight on 1 January 2004.
The Phuket
data frame contains those events (1248) from the PDE Catalogue, within the spatial region \(89^\circ\)E--\(105^\circ\)E and \(5^\circ\)S--\(16^\circ\)N, with magnitude 5 or greater, occurring between midnight on 1 January 2004 and midnight on 1 January 2009 (1827 days later). The body wave magnitudes are determined by the amplitude of the initial primary wave, and these magnitudes tend to saturate for higher values. Consequently, the tabulated magnitude
is taken as the maximum of the body wave magnitude (\(m_b\)) and surface wave magnitude (\(M_s\)).
# NOT RUN {
data(Phuket)
print(Phuket[1:10,])
# }
Run the code above in your browser using DataLab