View source: R/e_plot_rf_vimp.R
e_plot_rf_vimp | R Documentation |
A function to plot the "all" column from a Random Forests Variable Importance Plot (VIMP).
e_plot_rf_vimp(v_imp, targets = NULL)
v_imp |
|
targets |
a list of column names of |
p
# o_class <- randomForestSRC::rfsrc(...)
# e_plot_rf_vimp(o_class$importance)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.