getSeasons | R Documentation |
The getSeasons()
function returns the cyclonic season
of each storm in a storm
or stormsList
object.
getSeasons(s)
## S4 method for signature 'storm'
getSeasons(s)
## S4 method for signature 'stormsList'
getSeasons(s)
s |
|
numeric vector.
#Creating a stormsDataset
sds <- defStormsDataset()
#Getting storm track data for all storms near New Caledonia
sts <- defStormsList(sds=sds, loi = "New Caledonia")
#Getting the cyclonic seasons of the storms from the sts object
getSeasons(sts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.