Learn R Programming

gglm (version 1.0.4)

stat_normal_qq: stat_normal_qq

Description

Normal QQ plot.

Usage

stat_normal_qq(alpha = 0.5, ...)

Value

A `ggplot2` layer for plotting a Normal Q-Q plot.

Arguments

alpha

Adjust transparency of points.

...

Currently ignored. For extendability.

Examples

Run this code
data(mtcars)
model <- lm(mpg ~ cyl + disp + hp, data = mtcars)
ggplot2::ggplot(data = model) + stat_normal_qq()

Run the code above in your browser using DataLab