AGSI: Accumulated growing season index model

View source: R/phenology_models.R

AGSIR Documentation

Accumulated growing season index model

Description

as defined by Xin et al. 2015 (Rem. Sens. Env.)

Usage

AGSI(par, data)

Arguments

par

a vector of parameter values, this is functions specific

data

input data (see reference for detailed description), data should be formatted using flat_format()

Details

The starting point of accumulation is not clearly indicated in the publication so we assume December 21.

Value

raster or vector with estimated phenophase timing (in DOY)

Examples


## Not run: 
estimate <- AGSI(data = data, par = par)

## End(Not run)

bluegreen-labs/phenor documentation built on Sept. 2, 2023, 10:34 a.m.