getLOI {StormR}R 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)


[Package StormR version 0.2.1 Index]