This function will construct a normal Q-Q plot within the
ggplot2
framework. It combines the functionality of qqnorm
and
qqline
.
ggplot_qqnorm(x, line = NULL, ...)
x | a numeric vector |
---|---|
line | the method used to fit a reference line. If no reference line is
desired, leave the value as |
... | other arguments to be passed to |
Adam Loy loyad01@gmail.com