Plot a summary of all dyngen simulation steps.

plot_summary(model)

Arguments

model

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

Value

A ggplot2 object.

Examples

# \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?

# }