print.trellis.plots: Help place multiple lattice plots on a single page

View source: R/print-trellis-plots-function.R

print.trellis.plotsR Documentation

Help place multiple lattice plots on a single page

Description

Help place multiple lattice plots on a single page. Note that the plots to be placed should be given as a list.

Usage

plt0 <- xyplot(rnorm(10)~rnorm(10))
  print.trellis.plots(list(plt0,plt0,plt0),3,1)

Arguments

plt.list

is the list of trellis plots. NULL is ok, also for single elements in the list.

cols

specify a given number of columns

rows

specify a given number of rows

x.size

is the x-region to be used (0-1)

y.size

is he y-region to be used (0-1)

x.overlap

is the amount of x-overlap

y.overlap

is the amount of y-overlap

plt.void

is the default void plot may be supplied

use.plt.void:

Control if some plot should be made where elements in the plt.list are NULL

trace:

If true, the function with provide text output during execution

more:

If false, the last plot in this call is the final one (see print.trellis). Otherwise it is assumed that more stuff will be added to the plot.

Value

plt A Lattice plot showing the colors

Author(s)

Claus E. Andersen


claus-e-andersen/clanLattice documentation built on Oct. 14, 2023, 10:41 a.m.