tornadoes | R Documentation |
This function gets spatial paths of tornadoes from NOAA's National Weather Service Storm Prediction Center Severe Weather GIS web page.
tornadoes(...)
... |
Curl options passed on to crul::verb-GET (optional) |
A Spatial object is returned of class SpatialLinesDataFrame.
See torn_cache for managing cached files
https://www.spc.noaa.gov/gis/svrgis/
## Not run:
shp <- tornadoes()
library('sp')
if (interactive()) {
# may take 10 sec or so to render
plot(shp)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.