Description Usage Arguments Examples
View source: R/plot_multistudy.R
Plot counts by age for a list of studies
1 2 | plot_time_count_grid(dat_list, xlab = "Age since birth at examination (days)",
width = 845, height = 120, y_margin = 100)
|
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 |
1 2 3 4 5 6 | dat_list <- list(
cpp1 = cpp,
cpp2 = cpp,
cpp3 = cpp
)
plot_time_count_grid(dat_list)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.