latticeCombineGrid-deprecated: combine multiple lattice plots in a facetted grid (panels)

latticeCombineGrid-deprecatedR Documentation

combine multiple lattice plots in a facetted grid (panels)

Description

this function combines multiple lattice plot objects in a facetted grid. Note that the global plot settings (e.g. xlim, ylim, ...) are taken from the first object though the user can specify whether scales should be identical or not. This is particularly useful when looping over large amounts of data using lapply (see examples).

Usage

latticeCombineGrid(trellis.list, between = list(y = 0.3, x = 0.3)
, as.table = TRUE, ...)

Arguments

trellis.list

a list containing lattice plot objects

between

space between panels

as.table

if TRUE (default) drawing is top left to bottom right

...

additional arguments passed to c.trellis

Value

a single lattice plot object

Author(s)

Tim Appelhans

See Also

Rsenal-deprecated


environmentalinformatics-marburg/Rsenal documentation built on July 28, 2023, 6:09 a.m.