get_annual_gross_yield | R Documentation |
Based on data from Table 1a in Lookup Table of expected yield as functions of height and management intensity after Olivier Huguenin et al. (2017).
get_annual_gross_yield(elevation, intensity = "high")
elevation |
The elevation of the considered site in meters above sea level. |
intensity |
One of ("high", "middle", "low", "extensive"). Management intensity for considered site. |
Annual gross yield in t / ha (metric tons per hectare). Note that 1 t/ha = 0.1 kg/m^2.
huguenin2017GrundlagenDuengunggrowR
get_annual_gross_yield(1200)
get_annual_gross_yield(1200, intensity = "low")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.