View source: R/Bengtsson_1978_mortality.R
Bengtsson_1978_annual_volume_mortality_percent | R Documentation |
Natural mortality. Functions based on National Forest Inventory surveys of dead trees during 1973-1975. Dead or wind-felled trees above 5 cm diameter at breast height. Avoided harsh storm damages during 1969. Largest insecurity pertains to which season the substrate in question died.
A 'roof' was set at a maximum of 0.9
The mortality level during the observed period was judged to have been higher than normal so at application the mortality given by the functions was reduced with 40
Bengtsson_1978_annual_volume_mortality_percent(
QMD,
age,
MAI,
northern_Sweden = TRUE,
species = "Pinus sylvestris",
reduce = TRUE,
floor = 0.1,
cieling = 0.9
)
QMD |
Diameter of mean basal area stem. Possibly arithmetic mean diameter. |
age |
stand age. |
MAI |
Mean Annual Increment max. e.g. [forester::Hagglund_1981_si_to_bonitet()],[forester::Jonson_1914_to_MAImax()] |
northern_Sweden |
Northern Sweden? North of c. 60 deg. lat? |
species |
One of 'Pinus sylvestris','Picea abies' or 'Betula pendula'. |
reduce |
Default=TRUE. Reduce due to rather high mortality during years of data collection? See details. |
floor |
Minimum annual mortality, in percent of live standing volume. |
cieling |
Maximum annual mortality, in percent of live standing volume. |
Annual mortality in percent of live standing volume.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.