plot_multi_subj_boxplot: Plot boxplots of distrubutions of number of records per...

Description Usage Arguments Examples

View source: R/plot_multistudy.R

Description

Plot boxplots of distrubutions of number of records per subject for a list of studies

Usage

1
plot_multi_subj_boxplot(dat_list, width = 800, height = 500)

Arguments

dat_list

a list of data frames containing study data

width

width of the plot in pixels

height

height of the plot in pixels

Examples

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

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