Description Usage Arguments Value
this function build a list of dataframe with projects of ages between 'firstAge' and 'lastAge' params
1 2 3 4 | projectBaseOriented(firstAge = NaN, lastAge = NaN, fitDAP, fitHT, base,
mapper = list(age1 = "idadearred1", dap1 = "dap1", dap2 = "dap2", ht1 =
"ht1", ht2 = "ht2"), calcVolume = calculaVolumeDefault,
forcePredict = F)
|
firstAge |
the first age to predict |
lastAge |
the last age to predict |
fitDAP |
a fit get function inherit lm to DAP |
fitHT |
a fit get function inherit lm to HT |
base |
data base |
mapper |
the label used in fields to age, dap and ht |
calcVolume |
function to calc volume |
forcePredict |
force calc base coefficients or se predict()? |
will be returned a list of volume predict to ages in dataframe and/or param
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.