Learn R Programming

faraway (version 1.0.8)

qqnorml: Labeled QQ plot

Description

Makes a labeled QQ plot

Usage

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

Value

none

Arguments

y

A numeric vector

main

main label

xlab

x-axis label

ylab

y-axis label

...

arguments passed to plot()

Author

Julian Faraway

See Also

qqnorm

Examples

Run this code

qqnorml(rnorm(16))

Run the code above in your browser using DataLab