Description Usage Arguments Value Author(s) See Also
Given a data.frame and vector of variable names within it, use ggplot2 to create a matrix of quantile-quantile plots based on the normal distribution and include 'fit' lines on each with intercepts equal to sample means and slopes equal to sample standard deviations.
1 | ggQQplot(vars, dat)
|
vars |
A character vector specifying variables with data.frame 'dat' to plot. |
dat |
A data.frame containing variables to be plotted. |
A grid grob created by applying grid.arrange to list of ggplot2 objects.
Dave Braze davebraze@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.