Pheno_thermal: Pheno_thermal

View source: R/Pheno_thermal.R

Pheno_thermalR Documentation

Pheno_thermal

Description

Thermal phenology based on temperature data.

Usage

Pheno_thermal(x, t, trs = c(5, 10), n = 3, adjust = TRUE)

Arguments

x

Numeric vector, temperature

t

Date vector, corresponding date of x

n

Integer, continous days of T >= trs1 or T <= trs2

adjust

If true:

  1. high latitude boreal regions will be fixed. If all(T <= trs[1]), growing season is set to Jun-Aug.

  2. sos >= eos will be fixed, sos = pop-1; eos = pop+1.

Examples

x = rnorm(365)
t = seq(as.Date("2010-01-01"), as.Date("2010-12-31"), by = "day")

kongdd/PhenoAsync documentation built on April 21, 2024, 2:36 a.m.