qqNormalPlot: Normal quantile-quantile plot

View source: R/qqNormalPlot.R

qqNormalPlotR Documentation

Normal quantile-quantile plot

Description

Normal quantile-quantile plot

Usage

qqNormalPlot(x)

Arguments

x

A numeric vector

Examples

# qqNormalPlot() with data from a SMART survey in Kabul, Afghanistan
# (dist.ex01)
svy <- dist.ex01
qqNormalPlot(svy$muac)
qqNormalPlot(svy$haz)
qqNormalPlot(svy$waz)
qqNormalPlot(svy$whz)


ernestguevarra/nipnTK documentation built on April 13, 2024, 1:48 p.m.