The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 85904
Line 13... Line 13...
13
}
13
}
14
\usage{quakes}
14
\usage{quakes}
15
\format{
15
\format{
16
  A data frame with 1000 observations on 5 variables.
16
  A data frame with 1000 observations on 5 variables.
17
  \tabular{rlll}{
17
  \tabular{rlll}{
18
    [,1] \tab lat      \tab numeric \tab Latitude of event\cr
18
    [,1] \tab \code{lat}      \tab numeric \tab Latitude of event\cr
19
    [,2] \tab long     \tab numeric \tab Longitude\cr
19
    [,2] \tab \code{long}     \tab numeric \tab Longitude\cr
20
    [,3] \tab depth    \tab numeric \tab Depth (km)\cr
20
    [,3] \tab \code{depth}    \tab numeric \tab Depth (km)\cr
21
    [,4] \tab mag      \tab numeric \tab Richter Magnitude\cr
21
    [,4] \tab \code{mag}      \tab numeric \tab Richter Magnitude\cr
22
    [,5] \tab stations \tab numeric \tab Number of stations reporting
22
    [,5] \tab \code{stations} \tab numeric \tab Number of stations reporting
23
  }
23
  }
24
}
24
}
25
\source{
25
\source{
26
  This is one of the Harvard PRIM-H project data sets.  They in turn
26
  This is one of the Harvard PRIM-H project data sets.  They in turn
27
  obtained it from Dr. John Woodhouse, Dept. of Geophysics, Harvard
27
  obtained it from Dr. John Woodhouse, Dept. of Geophysics, Harvard