Generates plots for mlr3filters::Filter, depending on argument type
:
"barplot"
(default): Bar plot of filter scores.
Usage
# S3 method for Filter
autoplot(object, type = "boxplot", n = Inf, ...)
Arguments
- object
- type
(character(1)):
Type of the plot. See description.- n
(
integer(1)
)
Only include the firstn
features with highest importance. Defaults to all features.- ...
(
any
): Additional argument, passed down to the respectivegeom
.
Value
ggplot2::ggplot()
object.
Theme
The theme_mlr3()
and viridis color maps are applied by default to all
autoplot()
methods. To change this behavior set
options(mlr3.theme = FALSE)
.