View source: R/Pheno_thermal.R
Pheno_thermal | R Documentation |
Thermal phenology based on temperature data.
Pheno_thermal(x, t, trs = c(5, 10), n = 3, adjust = TRUE)
x |
Numeric vector, temperature |
t |
Date vector, corresponding date of |
n |
Integer, continous days of T >= trs1 or T <= trs2 |
adjust |
If true:
|
x = rnorm(365)
t = seq(as.Date("2010-01-01"), as.Date("2010-12-31"), by = "day")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.