plot_agefreq: Plot age frequency

Description Usage Arguments Examples

View source: R/plot_summary.R

Description

Plot age frequency

Usage

1
2
3
plot_agefreq(x, xlab = "Age since birth at examination (days)",
  ylab = "# examinations", width = 700, height = 350,
  age_units = c("days", "months", "years"))

Arguments

x

a data frame of raw data or an object returned from get_agefreq

xlab

label for x axis

ylab

label for y axis

width

width of plot in pixels

height

height of plot in pixels

age_units

units of age x-axis (days, months, or years)

Examples

1
2
agefreq <- get_agefreq(cpp)
plot_agefreq(agefreq)

hafen/hbgd documentation built on March 1, 2020, 5:31 p.m.