aba_plot | R Documentation |
aba_build_model
Plots observed VS values predicted in leave one out cross validation of an
aba_build_model
aba_plot(aba_model, disp_text = F, col = NULL, add_legend = NULL, ...)
aba_model |
list. as returned by |
disp_text |
boolean. indicates if points should be labeled with id |
col |
color to be passed to |
add_legend |
list. parameters to be passed to |
... |
other parameters to be passed to |
nothing
# load Quatre Montagnes dataset
data(quatre_montagnes)
# build ABA model for basal area, with three metrics as predictors
model_aba <- aba_build_model(quatre_montagnes$G_m2_ha,
quatre_montagnes[, c("zpcum8", "ipcumzq70", "p_hmin")],
transform = "log", nmax = 2
)
# plot field values VS predictions in cross-validation
aba_plot(model_aba, main = "Basal area")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.