start_of_growing_season_mtd | R Documentation |
Find the start of the growing season based on daily average temperatures.
start_of_growing_season_mtd(temperatures, first_possible_DOY = 1)
temperatures |
vector Daily average temperatures in degree Celsius. |
first_possible_DOY |
int Only consider days of the year from this value onward. |
This function implements the *multicriterial thermal definition* (MTD) as described in chapter 2.3.1.3 of the dissertation of Andreas Schaumberger: Räumliche Modelle zur Vegetations- und Ertragsdynamik im Wirtschaftsgrünland, 2011, ISBN-13: 978-3-902559-67-8
int DOY of the growing season start according to the MTD.
[start_of_growing_season()]
# Create fake temperatures
ts = c(0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 6, 6, 6, 6, 3, 3, 3, 3, 3, 6, 6, 6,
6, 5, 6, 7, 8, 9, 10, 11, 12)
start_of_growing_season_mtd(ts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.