getSSHS {StormR} | R Documentation |
Getting maximum Saffir-Simpson hurricane wind scale category
Description
The getSSHS()
function return the maximum Saffir-Simpson hurricane
wind scale category reached by each storm in the storm
or stormsList
object.
Usage
getSSHS(s)
## S4 method for signature 'storm'
getSSHS(s)
## S4 method for signature 'stormsList'
getSSHS(s)
Arguments
s |
|
Value
numeric vector.
Examples
#Creating a stormsDataset
sds <- defStormsDataset()
#Getting storm track data for all storms near New Caledonia
sts <- defStormsList(sds=sds, loi = "New Caledonia")
#Getting maximum Saffir-Simpson hurricane wind scale category
#reached by each storm in the sts object
getSSHS(sts)
[Package StormR version 0.1.1 Index]