The dataset contains the coordinates for the boundary of the "quake" dataset. The boundary is defined as the convex hull containing all of the observed events.
Usage
data(boundary)
Arguments
Format
A data frame with 16 observations on the following 2 variables.
Longitude
a numeric vector containing the longitude values
Latitude
a numeric vector containing the latitude values
Source
The boundary was obtained using the "chull()" function.