type_qq: Quantile-Quantile plot (QQ)

View source: R/type_qq.R

type_qqR Documentation

Quantile-Quantile plot (QQ)

Description

Plots the theoretical quantiles of x on the horizontal axis against observed values of x on the vertical axis.

Usage

type_qq(distribution = qnorm)

Arguments

distribution

Distribution function to use.

Examples

tinyplot(~mpg, data = mtcars, type = type_qq())

# suppress the line
tinyplot(~mpg, data = mtcars, lty = 0, type = type_qq())

tinyplot documentation built on April 12, 2025, 9:15 a.m.