Skip to content
Prev 166129 / 398502 Next

Overlaying several qqnorm curves in same frame

On 1/6/09, Assaf oron <assaf.oron at gmail.com> wrote:
Yes, use qqmath(~x, groups=...), e.g.,

qqmath(~ height, data = singer, groups = voice.part, auto.key = TRUE)

-Deepayan