Rdocumentation
powered by
Learn R Programming
lattice (version 0.3-1)
draw.colorkey: Produce a Colorkey for levelplot
Description
Produces (and possibly draws) a Grid frame grob which is a colorkey that can be placed in other Grid plots.
Usage
draw.colorkey(key, draw=FALSE, vp=NULL)
Arguments
key
A list determining the key. See documentation for
trellis.args
, in particular the section describing the `key' argument for details.
draw
logical, whether the grob is to be drawn.
vp
viewport. Ignored right now(?)(don't remember)
Value
A Grid frame object (that inherits from ``grob'')
Details
Maybe later :)
See Also
trellis.args