Description Usage Arguments Value Examples
This function uses the equations laid out in Pataki et al, 2011 to calculate the total sap flow of a tree from sap flux measurements in the outer sapwood. It assumes a 2 cm long sap-flux probe and silently considers the total stem area to be sapwood area if the sapwood area is greater than the area of the tree caluclated form the diameter argument.
1 | pataki_flow(sap.flux, sapwood.area, diameter, tree.type)
|
sap.flux |
Sap flux data as volume per unit area per unit time |
sapwood.area |
Sapwood area of the tree in units matching
|
diameter |
Diameter of the tree in units matching the square
root of the |
tree.type |
is a character of 'Softwood' or 'Hardwood' |
Sap flow of the stem given as volume per unit time matching the units
in sap.flux
.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.