storms | R Documentation |
storm trajectories, 2009-2012, from http://weather.unisys.com/hurricane/atlantic/
data(storms)
data(storms)
dim(storms)
plot(storms)
x = approxTracksCollection(storms, by = "30 min", FUN = spline)
plot(x, col = 'red', add = TRUE)
## Not run:
demo(storms) # regenerates these data from their source
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.