M1s: M1s model

View source: R/phenology_models.R

M1sR Documentation

M1s model

Description

as defined in Basler et al. 2016 (Agr. For. Meteorlogy) with a sigmoidal temperature response (Kramer 1994)

Usage

M1s(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()

Value

raster or vector with estimated phenophase timing (in DOY)

Examples


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

## End(Not run)

khufkens/phenor documentation built on Aug. 31, 2023, 1:24 a.m.