density2count: Estimate the storm count based on cyclone density

View source: R/density2count.R

density2countR Documentation

Estimate the storm count based on cyclone density

Description

Estimate the storm count based on cyclone density

Usage

density2count(y, it = NULL, is = NULL, verbose = TRUE)

Arguments

y

input object of type 'trajectory' or 'events'

it

A list or data.frame providing time index, e.g., a range of years like c(1979,2010), a season ('djf'), or a month ('dec' or 'december').

is

A list or data.frame providing space index, e.g., a list of longitude and latitude range like list(lon=c(0,60), lat=c(35,60)).

verbose

if TRUE print progress


metno/esd documentation built on April 29, 2024, 3:34 p.m.