Learn R Programming

StormR (version 0.2.1)

getLOI: Getting the location of interest

Description

The getLOI() functions returns the location of interest for the given stormsList.

Usage

getLOI(sts)

# S4 method for stormsList getLOI(sts)

Value

sf object.

Arguments

sts

stormsList object

Examples

Run this code
#Creating a stormsDataset
# \donttest{
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)
# }

Run the code above in your browser using DataLab