R/make_eco_env_imp.R
make_eco_env.Rd
Optionally include the importance object from random forest.
make_eco_env(
clust_df,
imp_df = NULL,
clust_col = "cluster",
env_col = "env",
env_cols
)
Dataframe with clust_col
, env_col
and summary columns including
mean, median, standard deviation and (optionally) importance from random
forest.