plot.featImpCluster {FeatureImpCluster} | R Documentation |
Feature importance box plot
Description
Feature importance box plot
Usage
## S3 method for class 'featImpCluster'
plot(x, dat = NULL, color = "none", showPoints = FALSE, ...)
Arguments
x |
an object returned from FeatureImpCluster |
dat |
same data as used for the computation of the feature importance (only relevant for colored plots) |
color |
If set to "type", the plot will show different variable types with a different color. |
showPoints |
Show points (default is False) |
... |
arguments to be passed to base plot method |
Value
Returns a ggplot2 object
[Package FeatureImpCluster version 0.1.5 Index]