View source: R/AM2016ClimateSensitiveSI.R
AM2016ClimateSensitiveSINorway | R Documentation |
Implementation of models for climate-sensitive site index models for Norway as described in Antón-Fernández et al. (2016).
AM2016ClimateSensitiveSINorway(soilquality, t.early.summer, waterbal, SI.spp)
soilquality |
A factor with levels 1 to 5 indicating the soilquality category. 1 being the poorest soils and 5 the best soils |
t.early.summer |
A vector with sum temperatures (in C) in spring and early summer (april, june and july) |
waterbal |
A vector with the montly moisture surplus in June (difference between the 30-year mean precipitation in June and mean potential evapotranspiration in June.). |
SI.spp |
SI species, that is, the species for which SI should be calculated. 1 = spruce, 2 = pine, 3 = birch. |
Returns a vector with the estimated SI.
Clara Anton-Fernandez
Anton-Fernandez, Clara, Blas Mola-Yudego, Lise Dalsgaard, and Rasmus Astrup. 2016. “Climate-Sensitive Site Index Models for Norway.” Canadian Journal of Forest Research 46 (6). doi: 10.1139/cjfr-2015-0155
AM2016ClimateSensitiveSINorway (soilquality = as.factor(c(1,2,3,4)),
t.early.summer = c(10,20,30,10),
waterbal = c(-40, 20,10,10),
SI.spp = c(1,2,2,3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.