Learn R Programming

trajectories (version 0.2-9)

storms: Storm trajectories

Description

storm trajectories, 2009-2012, from http://weather.unisys.com/hurricane/atlantic/

Usage

data(storms)

Arguments

Examples

Run this code
data(storms)
dim(storms)
plot(storms)
x = approxTracksCollection(storms, by = "30 min", FUN = spline)
plot(x, col = 'red', add = TRUE)
if (FALSE) {
demo(storms) # regenerates these data from their source
}

Run the code above in your browser using DataLab