powered by
Visualizations for mlr3cluster::TaskClust. The argument type controls what kind of plot is drawn. Possible choices are:
type
"pairs" (default): Passes data GGally::ggpairs().
"pairs"
GGally::ggpairs()
# S3 method for TaskClust autoplot(object, type = "pairs", theme = theme_minimal(), ...)
ggplot2::ggplot().
ggplot2::ggplot()
(mlr3cluster::TaskClust).
(character(1)): Type of the plot. See description.
(ggplot2::theme()) The ggplot2::theme_minimal() is applied by default to all plots.
ggplot2::theme()
ggplot2::theme_minimal()
(ignored).
if (mlr3misc::require_namespaces("mlr3cluster", quietly = TRUE)) { library(mlr3cluster) task = tsk("usarrests") head(fortify(task)) autoplot(task) }
Run the code above in your browser using DataLab