col.hh: Initializing Trellis Displays

col.hhR Documentation

Initializing Trellis Displays

Description

Initialization of an R display device with the graphical parameters that rmh prefers.

Usage

col.hh()

Value

List of graphical parameters to be used in the theme argument to the trellis.device or trellis.par.set functions.

Author(s)

Richard M. Heiberger <rmh@temple.edu>

See Also

trellis.device, trellis.par.get

Examples

## Not run: 
trellis.device(theme="col.hh") ## Open a device with the theme

trellis.device(theme=col.hh()) ## Open a device with the theme

trellis.par.set(theme=col.hh())## Add theme to already open device

## End(Not run)

HH documentation built on Aug. 9, 2022, 5:08 p.m.

Related to col.hh in HH...