View source: R/plotting_functions.R
plot_epidemic_curves | R Documentation |
Title
plot_epidemic_curves(results, title_fig = "")
results |
Output of the network_covid_simulate function |
title_fig |
Give a title of the figure |
A ggplot figure object which plot the epidemic curves under four conditions.
results <- network_covid_simulate(rep_num = 1, network_num = 1, output = "example", para = NA) plt <- plot_epidemic_curves(results, title_fig = "")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.