Rev 22446 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{quakes}\docType{data}\alias{quakes}\title{Locations of Earthquakes off Fiji}\description{The data set give the locations of 1000 seismic events of MB > 4.0.The events occurred in a cube near Fiji since 1964.}\usage{data(quakes)}\format{A data frame with 1000 observations on 5 variables.\tabular{rlll}{[,1] \tab lat \tab numeric \tab Latitude of event\cr[,2] \tab long \tab numeric \tab Longitude\cr[,3] \tab depth \tab numeric \tab Depth (km)\cr[,4] \tab mag \tab numeric \tab Richter Magnitude\cr[,5] \tab stations \tab numeric \tab Number of stations reporting}}\source{This is one of the Harvard PRIM-H project data sets. They in turnobtained it from Dr. John Woodhouse, Dept. of Geophysics, HarvardUniversity.}\details{There are two clear planes of seismic activity. One is a major platejunction; the other is the Tonga trench off New Zealand. These dataconstitute a subsample from a larger dataset of containing 5000observations.}\examples{data(quakes)pairs(quakes, main = "Fiji Earthquakes, N = 1000", cex.main=1.2, pch=".")}\keyword{datasets}