plot_epi | R Documentation |
Plot epidemic curve (time series of incident cases); epidemic curve (time series of incident cases) is the most common way to characterize temporal pattern of an outbreak.
plot_epi(t, interval = c("day", "week", "month"), plot.points = NULL)
t |
Vector of time of data points. |
interval |
Character; time resolution(day, week, month) of animation ; aggregrate data through day, week or month. |
plot.points |
Logical; if TRUE points of line chart will be marked. |
data("EpiTrans") plot_epi(t = dengue$date, interval ="week")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.