# A European beech tree has a height of 25.2 m at age 75. Estimate
# its height at age 83
h_age_gnfi3(100, 83, 25.2, 75) # 100 is ger_nfi_2012 code for E. beech
# Do the same backward in time, height at age 67
h_age_gnfi3(100, 67, 25.2, 75)
# Apply for more than one tree, different species, same age
h_known <- c(23.1, 16.2, 35.2, 19.3, 21.8)
species <- as_fe_species_tum_wwk_short(c(3, 3, 3, 6, 6))
h_age_gnfi3(
species, age_yr = 70, h_m_known = h_known, age_yr_known = 60
)
Run the code above in your browser using DataLab