Generates plots for mlr3cluster::TaskClust, depending on argument type
:
"pairs"
: Passes data and additional arguments down toGGally::ggpairs()
(default).
Usage
# S3 method for TaskClust
autoplot(object, type = "pairs", ...)
Arguments
- object
- type
(character(1)):
Type of the plot. See description.- ...
(
any
): Additional argument, passed down to the underlyinggeom
or plot functions.
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)
.