summary.seroincidence.by objectsBarplot method for summary.seroincidence.by objects
strat_ests_barplot(
object,
yvar,
color_var = NULL,
alpha = 0.7,
CIs = FALSE,
title = NULL,
xlab = "Seroconversion rate per 1000 person-years",
ylab = yvar,
fill_lab = NULL,
color_palette = NULL,
...
)a ggplot2::ggplot() object.
a summary.seroincidence.by object (generated by applying the
summary() method to the output of est_seroincidence_by()).
the name of a stratifying variable in object.
character the name of the fill color variable (e.g., "Country").
transparency for the bars (1 = no transparency, 0 = fully transparent).
logical, if TRUE, add CI error bars.
a title for the final plot.
a label for the x-axis of the final plot.
a label for the y-axis of the final plot.
fill label.
optional color palette for bar color.
unused.