Description Usage Arguments Examples
Plot age frequency
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"))
|
x |
a data frame of raw data or an object returned from |
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) |
1 2 | agefreq <- get_agefreq(cpp)
plot_agefreq(agefreq)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.