qqNormalPlot | R Documentation |
Normal quantile-quantile plot
qqNormalPlot(x)
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.