Learn R Programming

tidylearn (version 0.1.1)

tl_plot_unsupervised: Plot an unsupervised tidylearn model

Description

Dispatches to the appropriate plotting function based on the unsupervised model method.

Usage

tl_plot_unsupervised(model, type = "auto", ...)

Value

A ggplot2 object or invisible result

Arguments

model

A tidylearn unsupervised model object

type

Plot type (default: "auto"). Currently unused; reserved for future sub-type selection.

...

Additional arguments passed to the underlying plot function