Feature importance box plot
# S3 method for featImpCluster
plot(x, dat = NULL, color = "none", showPoints = FALSE, ...)an object returned from FeatureImpCluster
same data as used for the computation of the feature importance (only relevant for colored plots)
If set to "type", the plot will show different variable types with a different color.
Show points (default is False)
arguments to be passed to base plot method
Returns a ggplot2 object