D_draw.colorkey | R Documentation |
Creates (and optionally draws) a grid frame grob representing a color
key that can be placed in other grid-based plots. Primarily used by
levelplot
when a color key is requested.
draw.colorkey(key, draw = FALSE, vp = NULL)
key |
A list determining the key. See documentation for |
draw |
A scalar logical, indicating whether the grob is to be drawn. |
vp |
The viewport in which to draw the grob, if applicable. |
A grid frame object (that inherits from "grob"
)
Deepayan Sarkar Deepayan.Sarkar@R-project.org
xyplot
, levelplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.