Learn R Programming

faraway (version 1.0.5)

qqnorml: Labeled QQ plot

Description

Makes a labeled QQ plot

Usage

qqnorml(y,main = "Normal Q-Q Plot", xlab = "Theoretical Quantiles", 
    ylab = "Sample Quantiles",...)

Arguments

y
A numeric vector
main
main label
xlab
x-axis label
ylab
y-axis label
...
arguments passed to plot()

Value

  • none

See Also

qqnorm

Examples

Run this code
qqnorml(rnorm(16))

Run the code above in your browser using DataLab