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