Description Usage Arguments Value Author(s) See Also Examples
Produces a normal QQ plot of the values in x
using ggplot2
. Adds a line to a "theoretical", by default normal, quantile-quantile plot which passes through the probs quantiles, by default the first and third quartiles.
1 |
data |
a dataframe |
x |
Unquoted variable name |
add.labels |
logical. Should the plot show actual values rather than points (default)? |
A ggplot2
object to which other layers can be added.
Jason Grafmiller
qqnorm
, qqline
, geom_point
, geom_abline
, stat_qq
.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.