plot_summary {dyngen} | R Documentation |
Plot a summary of all dyngen simulation steps.
Description
Plot a summary of all dyngen simulation steps.
Usage
plot_summary(model)
Arguments
model |
A dyngen intermediary model for which the simulations have been run with |
Value
A ggplot2 object.
Examples
data("example_model")
plot_summary(example_model)
[Package dyngen version 1.0.5 Index]