Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

Author(s)

Julian Faraway

See Also

qqnorm

Examples

qqnorml(rnorm(16))

faraway

Functions and Datasets for Books by Julian Faraway

v1.0.7
GPL
Authors
Julian Faraway <jjf23@bath.ac.uk>
Initial release
2016-02-12

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.