tornados: US Tornado Touchdown Data

Description Usage Format Source Examples

Description

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

Usage

1
2
3
4

Format

Source

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

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# 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)

GISTools documentation built on May 6, 2019, 1:09 a.m.