https://github.com/cran/lattice
Raw File
Tip revision: be1f32e88ccfcece8d50dd4fd0391dac7aa44653 authored by Deepayan Sarkar on 17 December 2001, 00:00:00 UTC
version 0.3-1
Tip revision: be1f32e
draw.key.Rd
\name{draw.key}
\alias{draw.key}
\title{Produce a Legend or Key}
\description{
  Produces (and possibly draws) a Grid frame grob which is a legend (or
  key) that can be placed in other Grid plots.
}
\usage{
draw.key(key, draw=FALSE, vp=NULL)
}
%- maybe also `usage' for other objects documented here.
\arguments{
  \item{key}{ A list determining the key. See documentation for
    \code{trellis.args}, in particular the section describing the `key'
    argument for details.
  }
  \item{draw}{ logical, whether the grob is to be drawn. }
  \item{vp}{ viewport. Ignored right now(?)(don't remember) }
}
\details{
  Maybe later :)
}
\value{
  A Grid frame object (that inherits from ``grob'')
}
\author{Deepayan Sarkar \email{deepayan@stat.wisc.edu}}
\seealso{\code{\link{trellis.args}}}
\keyword{dplot}

back to top