LIN: Linear model

View source: R/phenology_models.R

LINR Documentation

Linear model

Description

as defined in Basler et al. 2016 (Agr. For. Meteorlogy)

Usage

LIN(par, data, spring = c(60, 151))

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

spring

a vector defining spring as a couple of DOY values default is March, April, May or DOY 60 - 151

Value

raster or vector with estimated phenophase timing (in DOY)

Examples


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

## End(Not run)

khufkens/phenor documentation built on June 28, 2024, 2:30 p.m.