Learn R Programming

rnoaa (version 0.6.0)

tornadoes: Get NOAA tornado data.

Description

Get NOAA tornado data.

Usage

tornadoes(path = "~/.rnoaa/tornadoes", overwrite = TRUE, ...)

Arguments

path
A path to store the files, Default: ~/.ots/kelp
overwrite
(logical) To overwrite the path to store files in or not, Default: TRUE.
...
Curl options passed on to GET (optional)

Value

A Spatial object is returned of class SpatialLinesDataFrame.

References

http://www.spc.noaa.gov/gis/svrgis/

Examples

Run this code
## Not run: 
# shp <- tornadoes()
# library('sp')
# plot(shp) # may take 10 sec or so to render
# ## End(Not run)

Run the code above in your browser using DataLab