getBuffer | R Documentation |
The getBuffer()
function returns the buffered location
of interest from a stormsList
object.
getBuffer(sts)
## S4 method for signature 'stormsList'
getBuffer(sts)
sts |
|
A sf
object.
#Creating a stormsDataset
sds <- defStormsDataset()
#Getting storm track data for all storms near New Caledonia
sts <- defStormsList(sds=sds, loi = "New Caledonia")
#Getting the buffered location of interest from the sts object
buff <- getBuffer(sts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.