
Last chance! 50% off unlimited learning
Sale ends in
qq(formula, f.value = ppoints, ...)
y ~ x | g1 * g2 * ...
,
where x
must be a numeric, and y
can be a factor,
shingle, character or numeric vector, with the restriction that there
must be exactly two levels of y
xyplot
, which should be consulted to learn more
detailed usage.xyplot
, panel.qq
,
Lattice
data(singer)
qq(voice.part ~ height, aspect = 1, data = singer,
subset = (voice.part == "Bass 2" | voice.part == "Tenor 1"))
Run the code above in your browser using DataLab