qqlineHalf {smallstuff}R Documentation

Line through a Half-Normal Plot

Description

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

Usage

qqlineHalf(x)

Arguments

x

numeric vector

Value

No return value, called for side effects

Examples

z=rnorm(100)
faraway::halfnorm(z)
qqlineHalf(z)

[Package smallstuff version 1.0.3 Index]