Earthquakes {geoCount} | R Documentation |
This data set contains the informations of earthquakes.
data(datEarthquake)
Liang Jing ljing918@gmail.com
## Not run: data(datEarthquake) str(Earthquakes) plotData(Earthquakes$Magnitude, Earthquakes[,c("Lat","Lon")]) ## End(Not run)