makeFeatureImportancePlot: Makes a dot chart of feature importance

Description Usage Arguments Value

View source: R/ml_post_processing.R

Description

Makes a dot chart of feature importance

Usage

1
makeFeatureImportancePlot(FeatureImportance, first = 20, best = FALSE)

Arguments

FeatureImportance

a data.frame with column Overall and var

first

numeric, number of feature to display

best

logical, default to FALSE, to highlight which features are selected in an optimal (best) set

Value

a ggplot object


hrvg/RiverML documentation built on Oct. 12, 2020, 10:40 a.m.