| plot_gold_mappings | R Documentation |
Visualise the mapping of the simulations to the gold standard
plot_gold_mappings(
model,
selected_simulations = NULL,
do_facet = TRUE,
mapping = aes_string("comp_1", "comp_2")
)
model |
A dyngen intermediary model for which the simulations have been run with |
selected_simulations |
Which simulation indices to visualise. |
do_facet |
Whether or not to facet according to simulation index. |
mapping |
Which components to plot. |
A ggplot2 object.
data("example_model")
plot_gold_mappings(example_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.