Learn R Programming

mlr3viz (version 0.5.3)

autoplot.TaskClust: Plot for Clustering Tasks

Description

Generates plots for mlr3cluster::TaskClust, depending on argument type:

Usage

# S3 method for TaskClust
autoplot(object, type = "pairs", ...)

Arguments

type

(character(1)): Type of the plot. See description.

...

(any): Additional argument, passed down to the underlying geom or plot functions.

Value

ggplot2::ggplot() object.

Examples

Run this code
# NOT RUN {
library(mlr3)
library(mlr3cluster)
library(mlr3viz)

task = mlr_tasks$get("usarrests")

head(fortify(task))
autoplot(task)
# }

Run the code above in your browser using DataLab