bwplot
function.xpose.plot.bw(x,y,object,
inclZeroWRES = FALSE,
onlyfirst = FALSE,
samp = NULL,
panel = xpose.panel.bw,
groups = NULL,
ids = FALSE,
logy = FALSE,
logx = FALSE,
aspect = object@Prefs@Graph.prefs$aspect,
funy = NULL,
funx = NULL, ## Prediction interval settings
PI = FALSE,
## Conditioning settings
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 stuff
subset = xsubset(object),
## Axes and titles
main = xpose.create.title(x,y,object,subset,funx,funy,...),
xlb = xpose.create.label(x,object,funx,logx,...),
ylb = xpose.create.label(y,object,funy,logy,...),
scales = list(),
## Superpose smooth
suline = object@Prefs@Graph.prefs$suline,
## bins
binvar = NULL,
bins = 10,
## mirror stuff
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.xpose.panel.bw
.panel.xyplot
.idlab
Xpose data variable).bwplot
).SData
and added to the
display. NULL
means no prediction interval.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
)bwplot
.NULL
if none.NULL
if none.NULL
if none.xsubset
.scales
argument in bwplot
.NULL
if none. This
argument is used if you want to add a superpose line of a variable
not present in the y
list of variables.FALSE
, TRUE
or 1
for one mirror
plot, or 3
for three mirror plots.TRUE/FALSE
.create.mirror
. Checks if the
strip
argument from bwplot
has been used.xpose.panel.bw
.xpose.data-class
, Cross-references above.## 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)
## Box & whisker plot of WRES vs PRED
xpose.plot.bw("WRES", "PRED", xpdb5, binvar="PRED")
Run the code above in your browser using DataLab