Description Usage Arguments Value Examples
LAI_evergreen - Generates hourly data of leaf and bark area index for evergreen trees in a specific year
| 1 | LAI_evergreen(Year, LAI_value, BAI_value)
 | 
| Year | Year to generate leaf and bark area index (e.g. 2015) | 
| LAI_value | Mean value of leaf area index (e.g. 1.3) | 
| BAI_value | Bark area index value (e.g. 0.1) | 
A dataframe with LAI and BAI hourly values is generated
| 1 2 3 | LAI_evergreen(Year = 2016,
BAI_value = 0.1,
LAI_value = 1.3)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.