xpose.plot.histogram(x,object,
inclZeroWRES = FALSE,
onlyfirst = FALSE,
samp = NULL,
type = "density",
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 = NULL,
ylb = "Density",
hicol = object@Prefs@Graph.prefs$hicol,
hilty = object@Prefs@Graph.prefs$hilty,
hilwd = object@Prefs@Graph.prefs$hilwd,
hidcol = object@Prefs@Graph.prefs$hidcol,
hidlty = object@Prefs@Graph.prefs$hidlty,
hidlwd = object@Prefs@Graph.prefs$hidlwd,
hiborder = object@Prefs@Graph.prefs$hiborder,
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.histogram
.histogram
).scales
argument in histogram
.by
is not NULL
,
the variable specified by by
is taken as categorical.by
). The variable
is used in a call to the reorder.factor
function.ordby
)shingnum
)xyplot
.xsubset
.NULL
if none.NULL
if none.NULL
if none.histogram
).histogram
).histogram
).histogram
).histogram
).histogram
).histogram
).FALSE
, TRUE
or 1
for one mirror
plot, or 3
for three mirror plots.TRUE/FALSE
.create.mirror
. Checks if the
strip
argument from xyplot
has been used.xpose.plot.histogram
.x
can be either numeric or factor, and can be either single valued
strings or vectors of strings.xpose.panel.histogram
,
histogram
,
panel.histogram
,
xpose.prefs-class
,
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)
xpose.plot.histogram("AGE", xpdb5, onlyfirst = TRUE)
xpose.plot.histogram(c("SEX", "AGE"), xpdb5, onlyfirst = TRUE)
Run the code above in your browser using DataLab