ggplot_prevalence: Visualization of proportions

View source: R/serosurvey_viz.R

ggplot_prevalenceR Documentation

Visualization of proportions

Description

visualization of proportions

Usage

ggplot_prevalence(
  data,
  denominator_level,
  numerator,
  proportion,
  proportion_upp,
  proportion_low
)

Arguments

data

input tibble

denominator_level
  • denominator values column

numerator
  • numerator variable name column

proportion

point estimate

proportion_upp

upper interval

proportion_low

lower interval #param breaks_n number of breaks in axis

Functions

  • ggplot_prevalence: ggplot2 visualization of proportions

Examples


# not yet
# go to workflow:
# https://avallecam.github.io/serosurvey/articles/howto-reprex.html


avallecam/serosurvey documentation built on Feb. 12, 2023, 4:13 p.m.