calc_phenology: Calculate phenological models

View source: R/calc_phenology.R

calc_phenologyR Documentation

Calculate phenological models

Description

This function is checking the dependencies of the model and dependent on them:

1 Calculate the needed sum of effective (SET) temperatures for the phenological event to happen 2 Calculate the summed degree days (depending on hatch or not) 3 Check if the summed degree days have reached the needed sum of effective temperatures

Usage

calc_phenology(x, params)

Arguments

x

SpatRaster list - with tmean, tmin, tmax and time attribute

params

parameter list

Value

SpatRaster - logical - with event occurred/not TRUE/FALSE

See Also

Other Models: calc_degreedays(), calc_mortality(), calc_sumefftemp()


PHENTHAUproc documentation built on June 22, 2024, 7:12 p.m.