qqlineHalf: Line through a Half-Normal Plot

View source: R/qqlineHalf.R

qqlineHalfR 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)

smallstuff documentation built on June 2, 2022, 5:06 p.m.