getBufferSize {StormR} | R Documentation |
Getting the buffer size
Description
The getBufferSize()
returns the buffer size used to generate
the buffered location of interest for a stormsList
object.
Usage
getBufferSize(sts)
## S4 method for signature 'stormsList'
getBufferSize(sts)
Arguments
sts |
|
Value
numeric.
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 buffer size from the sts object
buffsize <- getBufferSize(sts)
[Package StormR version 0.2.1 Index]