Skip to content
Prev 169657 / 398506 Next

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

On 2/7/09, Juliet Hannah <juliet.hannah at gmail.com> wrote:
With lattice:

library(lattice)
qqmath(~ -log(p), data = as.data.frame(mydata), distribution = qexp)
qqmath(~ -log(p) | factor(groups), data = as.data.frame(mydata),
distribution = qexp)

-Deepayan