Learn R Programming

GISTools (version 0.7-4)

tornados: US Tornado Touchdown Data

Description

Data set from NOAA's National Weather Service Indianapolis, IN Weather Forecast Office 6900 W. Hanna Ave.

Usage

data(tornados) torn torn2

Arguments

Format

  • torn Tornado Touchdown points SpatialPointsDataFrame - geographical projection
  • torn2 Tornado Touchdown points SpatialPointsDataFrame - equal area projection

Source

http://www.crh.noaa.gov/ind/?n=svrgis

Examples

Run this code
# Read in the data
data(tornados)
# Split the plot in two
par(mfrow=c(2,1))
# Plot US states
plot(us_states)
# Add Locations of observation stations
plot(torn,add=TRUE,pch=16,col='red')
# Plot a histogram of year of observation next to this
hist(torn$YEAR)

Run the code above in your browser using DataLab