plot_ggcurve: Make a ggplot from outbreak data

Description Usage Arguments Value Examples

Description

Make a ggplot from outbreak data

Usage

1

Arguments

df

A data.frame prepared with the prepare_df function

Value

A ggplot object

Examples

1
2
df_outbreak <- prepare_df(dates = outbreak_sim$dates, group_color = outbreak_sim$yard)
plot_ggcurve(df_outbreak)

jomuller/ggepicurve documentation built on May 29, 2019, 2:24 p.m.