
Internal helper function to select plots from those created by report_plots()
Source: R/plot.R
select_plots.RdInternal helper function to select plots from those created by
report_plots()
Usage
select_plots(
plots,
type = c("summary", "infections", "reports", "R", "growth_rate", "all")
)Arguments
- plots
A list of plots as produced by
report_plots().- type
A character vector indicating the name of the plot to return. Defaults to "summary" with supported options being "infections", "reports", "R", "growth_rate", "summary", "all". If "all" is supplied all plots are generated.