powered by
Use the Granier formula to convert tension into sap flow density using daily or mean Tmax
tens.to.sapflow(tension, Tmax)
Vector with tension.
Vector with corresponding maximums of tension.
Return a numerical vector containing the sap flow density
Granier A. 1985. A new method of sap flow measurement in tree stems. Annales Des Sciences Forestieres 42(2): 193-200.
Granier A. 1987. Evaluation of transpiration in a douglas-fir stand by means of sap flow measurements. Tree Physiology 3(4): 309-319.
# NOT RUN { Tmax = c(rep(2.5, times=5), rep(2.7, times=5), rep(3.2, times=5), rep(3.4, times=5)) tension = c(5:25) tens.to.sapflow(tension=tension, Tmax=Tmax) # }
Run the code above in your browser using DataLab