plotImportance: Ploting importance ranks of best performing features from a...

View source: R/plotImportance.R

plotImportanceR Documentation

Ploting importance ranks of best performing features from a spFSR object

Description

A vertical bar chart of features vs. feature importance. See spFeatureSelection for example.

Usage

plotImportance(x, low = "darkblue", high = "black")

Arguments

x

a spFSR object

low

Color for the lowest importance. The default is darkblue.

high

Color for the highest importance. The default is black.

Value

a ggplot object: a vertical bar chart of features and feature importance.

See Also

plotImportance, spFSR.default, and spFeatureSelection.


spFSR documentation built on March 31, 2023, 9:05 p.m.

Related to plotImportance in spFSR...