getNames | R Documentation |
The getNames()
function returns the names of the storms
in a storm
or a stormsList
object.
getNames(s)
## S4 method for signature 'storm'
getNames(s)
## S4 method for signature 'stormsList'
getNames(s)
s |
|
character 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 names of the storms from the sts object
getNames(sts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.