Skip to content
Prev 169667 / 398506 Next

how to make this qq plot in lattice and/or ggplot2

On Sat, Feb 7, 2009 at 9:25 PM, Juliet Hannah <juliet.hannah at gmail.com> wrote:
With ggplot2:

qplot(sample = -log(p), distribution = qexp)
qplot(sample = -log(p), distribution = qexp, colour = factor(group))

However, the major caveat is that this doesn't work in the released
version, but does in the development version, which I can send you off
list if you tell me what operating system you use.

Hadley