| plot_experiment_dimred | R Documentation |
Plot a dimensionality reduction of the final dataset
plot_experiment_dimred(model, mapping = aes(.data$comp_1, .data$comp_2))
model |
A dyngen intermediary model for which the simulations have been run with |
mapping |
Which components to plot. |
A ggplot2 object.
data("example_model")
plot_experiment_dimred(example_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.