col.hh
From HH v3.1-42
by Richard Heiberger
Initializing Trellis Displays
Initialization of an R display device with the graphical parameters that rmh prefers.
- Keywords
- color
Usage
col.hh()
Value
List of graphical parameters to be used in the theme
argument
to the trellis.device
or trellis.par.set
functions.
See Also
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
# }
Community examples
Looks like there are no examples yet.