prepare_importance_spatial: Prepares variable importance objects for spatial models

View source: R/prepare_importance_spatial.R

prepare_importance_spatialR Documentation

Prepares variable importance objects for spatial models

Description

Prepares variable importance data frames and plots for models fitted with rf_spatial().

Usage

prepare_importance_spatial(model)

Arguments

model

An importance data frame with spatial predictors, or a model fitted with rf_spatial().

Value

A list with importance data frames in different formats depending on whether the model was fitted with rf() or rf_repeat().

See Also

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()

Examples


data(plants_rf_spatial)

prepare_importance_spatial(plants_rf_spatial) %>%
  head()


spatialRF documentation built on Dec. 20, 2025, 1:07 a.m.