plot_experiment_dimred: Plot a dimensionality reduction of the final dataset

View source: R/plotting.R

plot_experiment_dimredR Documentation

Plot a dimensionality reduction of the final dataset

Description

Plot a dimensionality reduction of the final dataset

Usage

plot_experiment_dimred(model, mapping = aes(.data$comp_1, .data$comp_2))

Arguments

model

A dyngen intermediary model for which the simulations have been run with generate_experiment().

mapping

Which components to plot.

Value

A ggplot2 object.

Examples


data("example_model")
plot_experiment_dimred(example_model)


dyngen documentation built on April 1, 2026, 9:07 a.m.