Description Usage Arguments Examples
View source: R/plot_multistudy.R
Plot boxplots of distrubutions of number of records per subject for a list of studies
1 | plot_multi_subj_boxplot(dat_list, width = 800, height = 500)
|
dat_list |
a list of data frames containing study data |
width |
width of the plot in pixels |
height |
height of the plot in pixels |
1 2 3 4 5 6 | dat_list <- list(
cpp1 = cpp,
cpp2 = cpp,
cpp3 = cpp
)
plot_multi_subj_boxplot(dat_list)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.