Learn R Programming

ryouready (version 0.4)

ggplot.qqnorm.spss: Plot the output from qqplot.spss using ggplot2

Description

Plot the output from qqplot.spss using ggplot2

Usage

"ggplot"(x, plottype = 1, line = TRUE, l.col = "black", ...)

Arguments

x
An object as returned by qqnorm_spss
plottype
The type of plot created. 1 = Standard QQ-plot, 2 = Detrended QQ-plot.
line
Whether to plot a QQ-line (defaul is TRUE)
l.col
Color of the QQ-line.
...
Not evaluated.

Value

A ggplot object.