plotImportance {spFSR} | R 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 |
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.
[Package spFSR version 2.0.4 Index]