barplot_importance: Barplot Variable Importance

View source: R/rankingBarplot.R

barplot_importanceR Documentation

Barplot Variable Importance

Description

This function generates a barplot with the importance of each predictor.

Usage

barplot_importance(m, threshold)

Arguments

m

Dataframe with the importance of each predictor.

threshold

Importance score value in which a line should be graphed.

Value

Barplot representing each variable on the x-axis and its importance on the y-axis.


eat documentation built on Jan. 10, 2023, 5:13 p.m.