Learn R Programming

HH (version 3.1-32)

col.hh: Initializing Trellis Displays

Description

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

Usage

col.hh()

Arguments

Value

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

See Also

trellis.device, trellis.par.get

Examples

Run this code
## Not run: 
# if.R(r={
# 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
# },s={})
# ## End(Not run)

Run the code above in your browser using DataLab