Visualise the simulations using the dimred
plot_simulations(model, mapping = aes(.data$comp_1, .data$comp_2))A dyngen intermediary model for which the simulations have been run with generate_cells().
Which components to plot.
A ggplot2 object.
# \donttest{
data("example_model")
plot_simulations(example_model)
# }