draw.key: Produce a Legend or Key

Description Usage Arguments Value Author(s) See Also

View source: R/legend.R

Description

Produces (and possibly draws) a Grid frame grob which is a legend (aka key) that can be placed in other Grid plots.

Usage

1
draw.key(key, draw=FALSE, vp=NULL, ...)

Arguments

key

A list determining the key. See documentation for xyplot, in particular the section describing the key argument, for details.

draw

logical, whether the grob is to be drawn.

vp

viewport

...

ignored

Value

A Grid frame object (that inherits from ‘grob’).

Author(s)

Deepayan Sarkar Deepayan.Sarkar@R-project.org

See Also

xyplot


lattice documentation built on May 2, 2019, 6:15 p.m.

Related to draw.key in lattice...