plot_time_count_grid: Plot counts by age for a list of studies

Description Usage Arguments Examples

View source: R/plot_multistudy.R

Description

Plot counts by age for a list of studies

Usage

1
2
plot_time_count_grid(dat_list, xlab = "Age since birth at examination (days)",
  width = 845, height = 120, y_margin = 100)

Arguments

dat_list

a list of data frames containing study data

xlab

label for x axis

width

width of the plot in pixels

height

height of each panel of the plot in pixels

y_margin

minimum padding for axis tick labels on left

Examples

1
2
3
4
5
6
dat_list <- list(
  cpp1 = cpp,
  cpp2 = cpp,
  cpp3 = cpp
)
plot_time_count_grid(dat_list)

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