Learn R Programming

dyngen (version 1.0.5)

plot_experiment_dimred: Plot a dimensionality reduction of the final dataset

Description

Plot a dimensionality reduction of the final dataset

Usage

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

Value

A ggplot2 object.

Arguments

model

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

mapping

Which components to plot.

Examples

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

Run the code above in your browser using DataLab