Learn R Programming

dyngen (version 1.0.5)

plot_summary: Plot a summary of all dyngen simulation steps.

Description

Plot a summary of all dyngen simulation steps.

Usage

plot_summary(model)

Value

A ggplot2 object.

Arguments

model

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

Examples

Run this code
# \donttest{
data("example_model")
plot_summary(example_model)
# }

Run the code above in your browser using DataLab