panel.qqmathline {lattice} | R Documentation |
Useful panel function with qqmath. Draws a line passing through the points determined by the .25 and .75 quantiles of the sample and the theoretical distribution.
panel.qqmathline(y, distribution, ...)
y |
Sample |
distribution |
quantile function for reference theoretical
distribution. This is automatically passed in when this is used as a
panel function in qqmath . |
... |
other arguments. |
Deepayan Sarkar deepayan@stat.wisc.edu