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_line()`: Each group consists of only one observation.
#> ℹ Do you need to adjust the group aesthetic?
# }