qqPlot | R Documentation |
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.