getLOI-methods: Getting the location of interest

getLOIR Documentation

Getting the location of interest

Description

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

Usage

getLOI(sts)

## S4 method for signature 'stormsList'
getLOI(sts)

Arguments

sts

stormsList object

Value

sf object.

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 location of interest for the sts object
loi <- getLOI(sts)


StormR documentation built on Sept. 12, 2024, 6:52 a.m.