Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


csrplus (version 1.03-0)

boundary: Boundary for California Earthquake Data

Description

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.

Examples

Run this code
data(boundary)
plot(boundary, main="Boundary", xlab="Latitude", ylab="Longitude", type="l")

Run the code above in your browser using DataLab