View source: R/prepare_importance_spatial.R
| prepare_importance_spatial | R Documentation |
Prepares variable importance data frames and plots for models fitted with rf_spatial().
prepare_importance_spatial(model)
model |
An importance data frame with spatial predictors, or a model fitted with |
A list with importance data frames in different formats depending on whether the model was fitted with rf() or rf_repeat().
Other utilities:
.vif_to_df(),
auc(),
beowulf_cluster(),
objects_size(),
optimization_function(),
rescale_vector(),
root_mean_squared_error(),
setup_parallel_execution(),
standard_error(),
statistical_mode(),
thinning(),
thinning_til_n()
data(plants_rf_spatial)
prepare_importance_spatial(plants_rf_spatial) %>%
head()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.