qqPlot: Draw quantile-quantile plot
Description
Draw quantile-quantile plot
Usage
qqPlot(x, linecolor = "red", xlab = NULL, ylab = NULL, title = NULL, ...)
Arguments
- x
A numeric vector
- linecolor
character line color
- xlab
character label for x axis
- ylab
character label for y axis
- title
character label for plot title
- ...
Further arguments to be passed to geom_qq()
Examples
Run this codeqqPlot(rnorm(200))
qqPlot(rt(200, df = 5))
Run the code above in your browser using DataLab