Draw quantile-quantile plot
Draw quantile-quantile plot
qqPlot(x, linecolor = "red", xlab = NULL, ylab = NULL, title = NULL, ...)
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() |
qqPlot(rnorm(200)) qqPlot(rt(200, df = 5))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.