View source: R/bag_predict_spat.R
bag_predict_spat | R Documentation |
Predict bag of models in space
bag_predict_spat(
bag,
data,
input_type = c("df", "rast")[1],
output_type = c("df", "rast")[2],
prediction_type = c("exp", "exponential", "linear")[1],
standardize = FALSE,
what = c("mean", "median", "ind"),
gid = "gid",
coords = c("x33", "y33"),
crs = NULL,
gridalign = FALSE,
output_rescale = FALSE,
prediction_max_quantile = 0.999,
uncertainty_quantiles = c(0.25, 0.75),
verbose = FALSE
)
bag_predict_spat_vars(
bag,
data,
predictor_table_zoi,
input_type = c("df", "rast")[1],
output_type = c("df", "rast")[2],
prediction_type = c("exp", "exponential", "linear")[1],
standardize = FALSE,
what = c("mean", "median", "ind"),
gid = "gid",
coords = c("x33", "y33"),
crs = NULL,
gridalign = FALSE,
prediction_max_quantile = 0.999,
uncertainty_quantiles = c(0.25, 0.75),
verbose = FALSE
)
bag |
|
data |
|
input_type |
|
output_type |
|
prediction_type |
|
gid |
|
coords |
|
crs |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.