plot_simulations: Visualise the simulations using the dimred

View source: R/plotting.R

plot_simulationsR Documentation

Visualise the simulations using the dimred

Description

Visualise the simulations using the dimred

Usage

plot_simulations(model, mapping = aes_string("comp_1", "comp_2"))

Arguments

model

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

mapping

Which components to plot.

Value

A ggplot2 object.

Examples


data("example_model")
plot_simulations(example_model)


dyngen documentation built on Oct. 12, 2022, 5:06 p.m.