getScale | R Documentation |
The getScale()
function return the maximum wind scale category reached by
each storm in the storm
or stormsList
object.
getScale(s)
## S4 method for signature 'storm'
getScale(s)
## S4 method for signature 'stormsList'
getScale(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 maximum level in the wind scale
#reached by each storm in the sts object
getScale(sts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.