This is the QQ panel function for Xpose 4. This is not
intended to be used outside the xpose.plot.qq
function.
Most of the arguments take their default values from xpose.data object but this
can be overridden by supplying them as argument to xpose.plot.qq
.
xpose.panel.qq(x, object,
pch = object@Prefs@Graph.prefs$pch,
col = object@Prefs@Graph.prefs$col,
cex = object@Prefs@Graph.prefs$cex,
abllty = object@Prefs@Graph.prefs$abllty,
abllwd = object@Prefs@Graph.prefs$abllwd,
ablcol = object@Prefs@Graph.prefs$ablcol,
grid = object@Prefs@Graph.prefs$grid,
...)
Name(s) of the x-variable.
An xpose.data object.
Colour of lines and plot symbols.
Plot character to use.
Amount to scale the plotting character by.
Line type.
Line width.
Line colour.
logical value indicating whether a visual reference grid should be added to the graph. (Could use arguments for line type, color etc).
Other arguments that may be needed in the function.