plot.Importance: Feature importance plot
Description
plot.Importance() plots the feature importance results of an Importance object.
Usage
# S3 method for Importance
plot(x, sort = TRUE, ...)
Arguments
x
The feature importance. An Importance R6 object
sort
logical. Should the features be sorted in descending order? Defaults to TRUE.
...
Further arguments for the objects plot function