plot_serosurvey {serofoi} | R Documentation |
Plots seroprevalence from the given serosurvey
Description
Plots seroprevalence from the given serosurvey
Usage
plot_serosurvey(
serosurvey,
size_text = 11,
bin_serosurvey = FALSE,
bin_step = 5
)
Arguments
serosurvey |
|
size_text |
Size of text for plotting ( |
bin_serosurvey |
If |
bin_step |
Integer specifying the age groups bin size to be used when
|
Value
ggplot object with seroprevalence plot
Examples
# Chikungunya example serosurvey
data(chik2015)
plot_serosurvey(chik2015)
# VEEV example serosurvey
data(veev2012)
plot_serosurvey(veev2012)
[Package serofoi version 1.0.3 Index]