set.trellis: Define defaults for lattice plotting

View source: R/set-trellis-function.R

set.trellisR Documentation

Define defaults for lattice plotting

Description

Define defaults for lattice plotting (cf. settrellis in the Hmisc library)

Usage

set.trellis(col=c(8,6,6,6),pch=c(1,16))
  xyplot(I(rnorm(100))~rnorm(100))

Arguments

col

is the vecor of colors

lty

is the vector of line types

lwd

is the vector of line widths

cex

is the vector of symbol sizes

font

is the font

what

is "all" or "plot.line"

trace:

If true the function becomes verbose.

Value

void. The side effect is that the trellis/lattice parameters have changed.

Author(s)

Claus E. Andersen


claus-e-andersen/clanLattice documentation built on June 2, 2024, 6:23 a.m.