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

Description Usage Arguments Value

Description

Plot the output from qqplot.spss using ggplot2

Usage

1
2
3
## S3 method for class 'qqnorm.spss'
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.


ryouready documentation built on May 1, 2019, 8:39 p.m.