Plot a summary of all dyngen simulation steps.
plot_summary(model)
A dyngen intermediary model for which the simulations have been run with generate_experiment()
.
A ggplot2 object.
# \donttest{
data("example_model")
plot_summary(example_model)
#> geom_path: Each group consists of only one observation. Do you need to adjust
#> the group aesthetic?
# }