View source: R/siteIndexMultiTemp.R
siteIndexMultiTemp | R Documentation |
Calculate site index from time series of top heights and years of measurement
siteIndexMultiTemp(Ho, yrs, SP)
Ho |
values of top heights in m |
yrs |
numeric values of years of measurement (e.g. 2020) |
SP |
species code (1=spruce, 2= pine, 3= birch) |
Reference age of 40 years
list of three elements: (1) H40 site index (m), (2) calculated ages for the input values of height, and (3) absolute residual (m)
Lennart Noordermeer lennart.noordermeer@gmail.com
Sharma et al (2011)
HeightGrowth, HeightDiffSi, SiteIndex
Ho = c(17, 20, 23)
yrs = c(1999, 2010, 2022)
SP = 1
siteIndexMultiTemp( Ho , yrs , SP )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.