getBuffer {StormR}R Documentation

Getting the buffered location of interest

Description

The getBuffer() function returns the buffered location of interest from a stormsList object.

Usage

getBuffer(sts)

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

Arguments

sts

stormsList

Value

A 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 buffered location of interest from the sts object
buff <- getBuffer(sts)


[Package StormR version 0.2.1 Index]