Earthquakes {geoCount}R Documentation

Data Set of Earthquakes

Description

This data set contains the informations of earthquakes.

Usage

data(datEarthquake)

Author(s)

Liang Jing ljing918@gmail.com

See Also

plotData.

Examples

## Not run: 

data(datEarthquake)
str(Earthquakes)
plotData(Earthquakes$Magnitude, Earthquakes[,c("Lat","Lon")])

## End(Not run)

[Package geoCount version 1.150120 Index]