Compaison QQ Plot
Produces side-by-side QQ plots. An optional simulated confidence envelope can be included in each plot.
sideBySideQQPlot( x, fun, envelope = TRUE, half.normal = FALSE, n.samples = 250, level = 0.95, id.n = 3, qqline = TRUE, ... )
x | 
 a   | 
fun | 
 a function to extract the desired quantity from   | 
envelope | 
 a logical value.  If   | 
half.normal | 
 a logical value.  If   | 
n.samples | 
 a positive integer value giving the number of samples to compute in the simulation of the confidence envelope.  | 
level | 
 a numeric value between 0 and 1 specifying the confidence level for the envelope.  | 
id.n | 
 a non-negative integer value specifying the number of extreme points to identify.  | 
qqline | 
 a logical value.  If   | 
... | 
 additional arguments are passed to
  | 
the trellis object is invisibly returned.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.