Description Usage Arguments Details Value Author(s)
View source: R/SK_VOLab_EBLUP_LME.f.R
Internal function not usually called by users
1 2 3 4 5 6 7 8 9 10 11 | SK_VOLab_EBLUP_LME.f(
xm,
ym,
a = 0,
b = 1,
Ht,
par.lme,
R0 = FALSE,
IntPolOpt = TRUE,
...
)
|
xm |
relative heights for which measurements are available |
ym |
corresponding diameter measurements in height |
a |
relative height of lower threshold of stem section |
b |
relative height of upper threshold of stem section |
Ht |
tree height |
par.lme |
List of taper model parameters obtained by |
R0 |
indicator whether taper curve should interpolate measurements |
IntPolOpt |
option for method of interpolation, if TRUE using a natural
interpolating spline ( |
... |
not currently used |
with R0
one can decide whether the measured diameters are
forced to lie exactly on the taper curve; this interferes somewhat with the
IntPolOpt
, which determines the method of taper curve point
interpolation for integration. The default TRUE (used throughout all
function calls) applies natural interpolating splines, hence this does not
contradict the optional use of R0=TRUE.
List with two elements, the estimated volume and its variance
Edgar Kublin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.