Learn R Programming

dyngen (version 1.1.0)

plot_simulations: Visualise the simulations using the dimred

Description

Visualise the simulations using the dimred

Usage

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

Value

A ggplot2 object.

Arguments

model

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

mapping

Which components to plot.

Examples

Run this code
# \donttest{
data("example_model")
plot_simulations(example_model)
# }

Run the code above in your browser using DataLab