Visualize new daily cases
autoplot.BabsimDailyCases(
object,
xlab = "Date",
ylab = "Cases",
clab = "Age",
droplevels = TRUE,
drop.NA = TRUE,
...
)
[BabsimCases
]
new daily cases.
[character(1)
]
a label for the x axis.
[character(1)
]
a label for the y axis.
[character(1)
]
a label for the fill legend.
[logical(1)
]
drop unused levels from ‘ageGroup’ and ‘sex’ before plotting.
[logical(1)
]
drop rows with missing or ‘NA’ values before plotting.
[] additional arguments. Ignored.