lmeSKEBLUP | R Documentation |
Prediction diameter (no variances) for given tree and TapeR-object using BSpline Matrix all in C++
lmeSKEBLUP(xm, ym, xp, par, RV)
xm |
relative height of measured diameter |
ym |
measured diameter for calibration |
xp |
relative height for which diameter prediction is required |
par |
a TapeR-object (including padded knots vector) |
RV |
numeric vector holding assumed residual variance for each observation |
code implementation in C++ following the code base of TapeR. Bspline matrix code taken from R-package splines to avoid the need of calling R from C.
a list holding several elements, perspectively only the estimated diameter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.