growth: Function to calculate the effect of heat stress in trees

View source: R/heat_stress.R

growthR Documentation

Function to calculate the effect of heat stress in trees

Description

Function to calculate the effect of heat stress in trees

Usage

growth(date, tree_age, ppt, max_temp)

Arguments

date

YYYY-MM-DD

tree_age

age class of tree, 1 = seedling, 2 = sapling, 3 = adult

ppt

(mm) total precipitation for the year

max_temp

(degrees F) maximum temperature recorded

Value

text with the risk associated with each temperature and ppt for each age class


nrvannest/createPackage documentation built on March 19, 2022, 7:15 a.m.