Rev 1357 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{C_04_lattice.options}\alias{lattice.options}\alias{lattice.getOption}\title{ Low-level Options Controlling Behaviour of Lattice }\description{Functions to handle settings used by lattice. Their main purpose isto make code maintainance easier, and users normally should not needto use these functions. However, fine control at this level maybeuseful in certain cases.}\usage{lattice.options(\dots)lattice.getOption(name)}\arguments{\item{name}{ character giving the name of a setting }\item{\dots}{new options can be defined, or existing ones modified, using one ormore arguments of the form \code{name = value} or by passing a listof such tagged values. Existing values can be retrieved bysupplying the names (as character strings) of the components asunnamed arguments.}}\details{These functions are modeled on \code{options} and \code{getOption},and behave similarly for the most part. The components currently usedare not documented here, but are fairly self-explanatory.}\value{\code{lattice.getOption} returns the value of a single component,whereas \code{lattice.options} always returns a list with one or morenamed components. When changing the values of components, the oldvalues of the modified components are returned by\code{lattice.options}. If called without any arguments, the fulllist is returned.}\author{ Deepayan Sarkar \email{Deepayan.Sarkar@R-project.org}}\seealso{\code{\link{options}}, \code{\link{trellis.device}},\code{\link{trellis.par.get}}, \code{\link{Lattice}}}\examples{str(lattice.options())lattice.getOption("save.object")}\keyword{dplot}