getSeasons {StormR}R Documentation

Getting cyclonic seasons of the storms

Description

The getSeasons() function returns the cyclonic season of each storm in a storm or stormsList object.

Usage

getSeasons(s)

## S4 method for signature 'storm'
getSeasons(s)

## S4 method for signature 'stormsList'
getSeasons(s)

Arguments

s

storm or stormsList object.

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 the cyclonic seasons of the storms from the sts object
getSeasons(sts)


[Package StormR version 0.2.1 Index]