qqmath function.xpose.plot.qq(x, object,
inclZeroWRES = FALSE,
onlyfirst = FALSE,
samp = NULL,
aspect = object@Prefs@Graph.prefs$aspect,
scales = list(),
by=object@Prefs@Graph.prefs$condvar,
force.by.factor = FALSE,
ordby = object@Prefs@Graph.prefs$ordby,
byordfun = object@Prefs@Graph.prefs$byordfun,
shingnum = object@Prefs@Graph.prefs$shingnum,
shingol = object@Prefs@Graph.prefs$shingol,
strip = function(...)
strip.default(...,strip.names=c(TRUE,TRUE)),
subset = xsubset(object),
main = xpose.create.title.hist(x,object,subset,...),
xlb = "Quantiles of Normal",
ylb = paste("Quantiles of ",xlabel(x,object),sep=""),
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,
mirror = FALSE,
max.plots.per.page=4,
mirror.aspect="fill",
pass.plot.list=FALSE,
x.cex=NULL,
y.cex=NULL,
main.cex=NULL,
mirror.internal=list(strip.missing=missing(strip)),
...)xpose.data-class) specifying which of the
simulated data sets to extract from SData.qqmath).scales argument in qqmath.by is not NULL,
the variable specified by by is taken as categorical.by). The variable
is used in a call to the reorder function.ordby).shingnum).xyplot.xsubset.NULL if none.NULL if none.NULL if none.FALSE, TRUE or 1 for one mirror
plot, or 3 for three mirror plots.TRUE/FALSE.create.mirror. Checks if the
strip argument from qqmath has been used.xpose.plot.qq.xpose.panel.qq,
qqmath,
panel.qqmathline,
xpose.data-class## xpdb5 is an Xpose data object
## We expect to find the required NONMEM run and table files for run
## 5 in the current working directory
xpdb5 <- xpose.data(5)
## A QQ plot of WRES
xpose.plot.qq("WRES", xpdb5)Run the code above in your browser using DataLab