getLOI | R Documentation |
The getLOI()
functions returns the location of interest for the given stormsList
.
getLOI(sts)
## S4 method for signature 'stormsList'
getLOI(sts)
sts |
|
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 location of interest for the sts object
loi <- getLOI(sts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.