View source: R/stat_normal_qq.R
stat_normal_qq | R Documentation |
Normal QQ plot.
stat_normal_qq(alpha = 0.5, ...)
alpha |
Adjust transparency of points. |
... |
Currently ignored. For extendability. |
A 'ggplot2' layer for plotting a Normal Q-Q plot.
data(mtcars)
model <- lm(mpg ~ cyl + disp + hp, data = mtcars)
ggplot2::ggplot(data = model) + stat_normal_qq()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.