plot_epidemic_curves: Title

View source: R/plotting_functions.R

plot_epidemic_curvesR Documentation

Title

Description

Title

Usage

plot_epidemic_curves(results, title_fig = "")

Arguments

results

Output of the network_covid_simulate function

title_fig

Give a title of the figure

Value

A ggplot figure object which plot the epidemic curves under four conditions.

Examples

 results <- network_covid_simulate(rep_num = 1, network_num = 1, output = "example", para = NA)
plt <- plot_epidemic_curves(results, title_fig = "")


Xilin-Jiang/NetworkCOVID19 documentation built on April 2, 2022, 5:33 p.m.