getBufferSize | R Documentation |
The getBufferSize()
returns the buffer size used to generate
the buffered location of interest for a stormsList
object.
getBufferSize(sts)
## S4 method for signature 'stormsList'
getBufferSize(sts)
sts |
|
numeric.
#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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.