Function takes a list of lattice plot objects and prints them in a multiple plot layout with a title.
xpose.multiple.plot.default(
plotList,
plotTitle = NULL,
prompt = FALSE,
new.first.window = FALSE,
max.plots.per.page = 4,
title = list(title.x = unit(0.5, "npc"), title.y = unit(0.5, "npc"), title.gp =
gpar(cex = 1.2, fontface = "bold"), title.just = c("center", "center")),
mirror = FALSE,
bql.layout = FALSE,
page.numbers = TRUE,
...
)
returns nothing
A list of lattice plot objects such that plot object i can
be called with plotList[[i]]
The title used for the multiple plot layout
If more than one page is needed do you want a prompt at the command line before the next page is printed
Should the first page of this plot be in the already opened window or should a new window be created
Maximum number of plots per page in the multiple layout
Look of title using grid.
if the list contains mirror plots
should we use layout optimized for BQL measurements?
Should we add page numbers to multiple page plots?
Other arguments passed to the code in this function
Andrew Hooker
Additional arguments:
Where the title should be placed in the title grid region
Where the title should be placed in the title grid region
how the title should be justified
The par parameters for the title (see grid)
grid, basic.gof
, parm.vs.parm
,
parm.vs.cov
,