powered by
stats[qqplot]
(The available qqline function works mainly for qqnorm, with one sample being theoretical quantiles.)
qqline
qqnorm
qqline2(x, y, probs=c(0.25, 0.75), qtype=7, ...)
type
quantile
qqplot
x <- rchisq(500, 3) y <- rgamma(730, 3, 1/2) qqplot(x, y) qqline2(x, y)
Run the code above in your browser using DataLab