I have a qqnorm plot of a data set with 1000+ points. I want to draw a line between two quantiles at a time (say 30% and 70%) just as qqline does with 25% and 75%, but with
Make a new function by copying the code and changing the second line to:
x <- qnorm(c(0.30, 0.70))