View source: R/variable_importance.R
plot_importance | R Documentation |
Plot variable importance
plot_importance(
importance,
remove_threshold = -1,
normalize = TRUE,
plot_type = c("barplot", "boxplot")[1],
summ_stat = c(FALSE, "mean", "median")[1],
by = c(FALSE, "blockH0", "variable")[1],
scales = c("fixed", "free_y", "free_x", "free")
)
importance |
|
remove_threshold |
|
normalize |
|
plot_type |
|
summ_stat |
|
by |
|
scales |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.