plot_var_ranks | R Documentation |
Plots variables selected in models ranked by variable importance across the outer folds as well as the final model.
plot_var_ranks(
x,
sort = TRUE,
scheme = NULL,
cex = 1,
corral.width = 0.75,
...
)
hist_var_ranks(x, sort = TRUE, scheme = NULL)
x |
A |
sort |
Logical whether to sort variable by mean rank. |
scheme |
Optional vector of colours which is passed to
|
cex |
Scaling for adjusting point spacing. See
|
corral.width |
Numeric specifying width of corral, passed to
|
... |
Optional arguments passed to |
A ggplot2 plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.