Learn R Programming

smallstuff (version 1.0.3)

qqlineHalf: Line through a Half-Normal Plot

Description

Plot a line through the first and third quantile of a halfnormal line

Usage

qqlineHalf(x)

Value

No return value, called for side effects

Arguments

x

numeric vector

Examples

Run this code
z=rnorm(100)
faraway::halfnorm(z)
qqlineHalf(z)

Run the code above in your browser using DataLab