View source: R/rankingBarplot.R
barplot_importance | R Documentation |
This function generates a barplot with the importance of each predictor.
barplot_importance(m, threshold)
m |
Dataframe with the importance of each predictor. |
threshold |
Importance score value in which a line should be graphed. |
Barplot representing each variable on the x-axis and its importance on the y-axis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.