qqnorml | R Documentation |
Makes a labeled QQ plot
qqnorml(
y,
main = "Normal Q-Q Plot",
xlab = "Theoretical Quantiles",
ylab = "Sample Quantiles",
...
)
y |
A numeric vector |
main |
main label |
xlab |
x-axis label |
ylab |
y-axis label |
... |
arguments passed to plot() |
none
Julian Faraway
qqnorm
qqnorml(rnorm(16))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.