powered by
Normal quantile-quantile plot
qqNormalPlot(x)
A numeric vector
# 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)
Run the code above in your browser using DataLab