lattice (version 0.3-1)

trellis.args: Trellis Arguments

Description

These arguments are common to (almost?) all trellis functions.

Usage

trellis.function(
           formula,
           aspect = "fill",
           as.table = FALSE,
           between,
           data,
           groups, 
           key,
           layout,
           main,
           page,
           panel,
           par.strip.text,
           prepanel,
           scales,
           skip,
           strip = strip.default,
           sub,
           subscripts,
           xlab,
           xlim,
           ylab,
           ylim,
           ...,
           subset)

Arguments

formula
a formula describing the form of conditioning plot. A formula is generally of the form y ~ x | g1 * g2 * ..., indicating that plots of y versus x should be produced conditional on the given variables