https://github.com/cran/HH
Raw File
Tip revision: aab482706fae75c78dee5aa84af75438fbfa0e8f authored by Richard M. Heiberger on 03 September 2006, 21:44:32 UTC
version 1.5
Tip revision: aab4827
col.hh.Rd
\name{col.hh}
\alias{col.hh}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{Initializing Trellis Displays}
\description{
     Initialization of a display device with the graphical
     parameters that rmh prefers.
}
\usage{
col.hh()
}
%- maybe also 'usage' for other objects documented here.
\value{
  List of graphical parameters to be used in the \code{theme} argument
  to the \code{trellis.device} or \code{trellis.par.set} functions.
}
\author{ Richard M. Heiberger <rmh@temple.edu> }
\seealso{\code{\link[lattice]{trellis.device}}, \code{\link[lattice]{trellis.par.get}}}
\examples{
## function name or result of function call
trellis.device(theme="col.hh")
trellis.device(theme=col.hh())

## result of function call
trellis.par.set(theme=col.hh())
}
\keyword{color}
back to top