Learn R Programming

epade (version 0.2.2)

qq.ade: Q-Q Plot

Description

Draw a simple Q-Q Plot

Usage

qq.ade(x, data=NULL, main="Q-Q Plot",
       xlab="Theoretical Quantiles", ylab="Sample Quantiles",
       xlim=NULL, ylim=NULL, lwd=1, cex=1, pch=16, lty=1,
       xticks=NULL, yticks=NULL,
       col=NULL, tcol=NULL, bgcol=NULL, lcol=NULL, alpha=NULL, fitline=0,
       qline=TRUE, wall=0, v=NULL, h=NULL, diag=FALSE, band=FALSE, span=0.75)

Arguments

x
  • a numeric vector
a character string with the name of the variable in the data.frame

item

  • data
  • main
  • xlab
  • ylab
  • xlim
  • ylim
  • lwd
  • cex
  • pch
  • lty
  • xticks
  • yticks
  • col
  • tcol
  • bgcol
  • lcol
  • alpha
  • fitline
  • 1. a lm regression line
  • 2. a loess local regression line
  • 3. a pylinomial regression line
  • qline
  • wall
  • v
  • h
  • diag
  • band
  • span

itemize

  • 0. not fit

Details

It is only a wrapper function for scatter.ade.

See Also

scatter.ade

Examples

Run this code
qq.ade(rnorm(1000))
qq.ade(rchisq(1000, 2), fitline=2, wall=3, col=2)

Run the code above in your browser using DataLab