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 May 29, 2024, 2:19 a.m.