Description Usage Arguments Details Examples
Make a grid of univariate summary plots
1 | plot_univar(dat, subject = FALSE, ncol = 3, width = 300, height = 300)
|
dat |
data frame |
subject |
should subject-level (TRUE) or time-varying (FALSE) variables be plotted? |
ncol |
number of columns in the grid |
width |
width of each plot in pixels |
height |
height of each plot in pixels |
Subject-level variables are treated differently than time-varying variables in that they are repeated for each subject. When plotting summaries of subject-level variables, the data is first subset to one record per subject.
1 2 | plot_univar(cpp, subject = TRUE)
plot_univar(cpp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.