plotEpicurve: Create an epicurve plot

Description Usage Arguments Examples

View source: R/plotEpicurve.R

Description

A function to create an epicurve according to EPIET standards

Usage

1
2
3
4
5
plotEpicurve(dates = "Date", data = Linelist, unitOfTimeInDays = 1,
  unitOfLabel = "1 week", xTitle = "Date", yTitle = "Number of cases",
  plotTitle = "none", boxes = "auto", group = "none",
  groupHeading = " ", groupColor = c("#345A8A", "#4F81BD", "grey"),
  fillColor = "steelblue")

Arguments

dates

date vector

unitOfTimeInDays

numeric vector giving bin size

unitOfLabel

character vector giving label

Examples

1

jakobschumacher/epietr documentation built on May 18, 2019, 10:12 a.m.