Description Usage Arguments Details Value Author(s) References
Function to calculate temperature stress status for each individual species on the basis of air temperature values.
1 | Calculate_TempStressIndex(climdata, speciesdf)
|
climdata |
Data frame of climate data, including temperature, precipitation, water year, and dates |
speciesdf |
Data frame of species temperature and precipitation characteristics |
Temperature stress evaluted by computing the number of annual climate stress days, or the number of days per year where tmax >86 deg F (>30 deg C). Air temperatures of >86 deg F (>30 deg C) are considered high stress temperatures for most plant species (see references). If the number of species tolerable temperature stress days <= climate stress days, than the species stressed column equals yes (species faces temperature stress), otherwise it equals no. There is a unique stressed column for each species, with the species identifier as the column name header. Plant characteristic information and climate tolerance information is sourced from the USDA.
This function can be used to assess which species face reoccurring temperature stress in the region, and may need additional support.
Data frame including the number of annual high temperature stress days and species temperature stress status by year
Sofie McComb & Margaux Sleckman
http://agron-www.agron.iastate.edu/courses/Agron541/classes/541/lesson04a/4a.2.html; https://plants.usda.gov/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.