Learn R Programming

csrplus (version 1.03-0)

quake: California Earthquakes

Description

The dataset provides the location of earthquake epicenters within California for the period 1800-2000. All earthquakes are of a magnitude 5.50 or greater.

Usage

data(quake)

Arguments

Format

A data frame with 383 observations on the following 4 variables.
Date
a numeric vector giving the date in (yyymmdd) format
Latitude
a numeric vector giving the latitude
Longitude
a numeric vector giving the longitude
Magnitude
a numeric vector giving the magnitude

Source

"California Earthquake History and Catalogs." CA.Gov. California Department of Conservation, n.d. Web. .

Examples

Run this code
data(quake)
plot(quake[,3], quake[,2], main="Quake Locations", xlab = "Long", ylab = "Lat", pch=20)

Run the code above in your browser using DataLab