View source: R/YieldTable_Pine_VV.R
YieldTable_Pine_VV | R Documentation |
Computing the temporal development of stand characteristics in Scots pine with the models by Vuokila & Väliaho (1980)
YieldTable_Pine_VV(H100, T0, H0, N0, G0, Tn, thin.n, thin.times, thin.ints)
H100 |
Bonity class (Site Index) |
T0 |
Initial Biological age (a) |
H0 |
Initial Dominant height (m) |
N0 |
Initial Number of stems (/ha) |
G0 |
Initial Basal area at breast height WITH BARK (m2/ha) |
Tn |
Rotation length (biological age in the end of the rotation, a) |
thin.n |
Number of thinnings; if no thinnings are performed, set thin.n <- 0 and thin.times <- NULL |
thin.times |
Timing of thinnings (in years of age) |
thin.ints |
Intensities of thinnings (relative amount of removal IN STEM VOLUME WITH BARK); if no thinnings are performed, set thin.ints <- NULL |
A dataframe of yield table for Scots pine.
T - Biological age (a)
H - Dominant height (m)
N - Number of stems (/ha)
G - Basal area at breast height WITH BARK (m2/ha)
Gu - Basal area at breast height WITHOUT BARK (m2/ha)
V - Stem volume with bark (m3/ha)
Bperc - Volume without bark per volume with bark (
vbar - Mean size of stem (dm3)
S - Sawtimber volume with bark (S, m3/ha).
F - Pulpwood volume with bark (FF, m3/ha; minimum top diameter 6 cm)
The default setting of 6 yield tables, site index from 30 to 15.
The variables H100, T0, H0, N0, G0 are recommended to use these default settings.
YieldTable_Pine_VV(H100=30,T0=15,H0=5.7,N0=2000,G0=9.1,
Tn=110,thin.n=3,thin.times=c(50, 65, 85),thin.ints= c(0.30, 0.30, 0.30))
YieldTable_Pine_VV(H100=27,T0=20,H0=7.0,N0=2000,G0=11.1,
Tn=110,thin.n=3,thin.times=c(50, 65, 85),thin.ints= c(0.30, 0.30, 0.30))
YieldTable_Pine_VV(H100=24,T0=20,H0=5.6,N0=1800,G0=6.3,
Tn=110,thin.n=3,thin.times=c(50, 65, 85),thin.ints= c(0.30, 0.30, 0.30))
YieldTable_Pine_VV(H100=21,T0=25,H0=6.1,N0=1800,G0=6.4,
Tn=110,thin.n=3,thin.times=c(50, 65, 85),thin.ints= c(0.30, 0.30, 0.30))
YieldTable_Pine_VV(H100=18,T0=30,H0=6.1,N0=1600,G0=4.8,
Tn=110,thin.n=3,thin.times=c(50, 65, 85),thin.ints= c(0.30, 0.30, 0.30))
YieldTable_Pine_VV(H100=15,T0=40,H0=6.6,N0=1600,G0=4.4,
Tn=110,thin.n=3,thin.times=c(50, 65, 85),thin.ints= c(0.30, 0.30, 0.30))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.