https://github.com/cran/lattice
Raw File
Tip revision: 19581ef05a8d0ea3a7ac65e09a234d672ec99e69 authored by Deepayan Sarkar on 15 August 2013, 00:00:00 UTC
version 0.20-21
Tip revision: 19581ef
lset.Rd
\name{I_lset}
\alias{lset}
\title{Interface to modify Trellis Settings - Defunct}
\description{
  A (hopefully) simpler alternative to \code{trellis.par.get/set}.  This
  is deprecated, and the same functionality is now available with
  \code{trellis.par.set}
}

\usage{
lset(theme = col.whitebg())
}
\arguments{
  \item{theme}{ a list decribing how to change the settings of the
    current active device. Valid components are those in the list
    returned by \code{trellis.par.get()}. Each component must itself be
    a list, with one or more of the appropriate components (need not
    have all components). Changes are made to the settings for the
    currently active device only.
  }
}
\author{ Deepayan Sarkar \email{Deepayan.Sarkar@R-project.org}}
\keyword{utilities}
back to top