keyHandler(key = NULL, ..., output = "key")
#keys
draw.loaPlotZKey(key = NULL, draw = FALSE, vp = NULL, ...)
draw.loaColorKey(key = NULL, draw = FALSE, vp = NULL, ...)
draw.loaColorRegionsKey(key = NULL, draw = FALSE, vp = NULL, ...)
draw.zcasePlotKey(key = NULL, draw = FALSE, vp = NULL, ...)key before plotting.'key' for all routine (in plot) use.lattice and grid arguments using when
plotting GROB objects. Generally, these can be ignored.keyHandler return a list of plot arguments to be used to generate
a key .
When run within plot calls, the draw...key functions associated
color keys. If they are used with loa plots and suitable
panel... functions, color scales are automatically aligned.keyHandler is a general function that rotuine generates
defaults arguments for add a key to a plot.
draw...key functions are all specialist plots keys. They are
typically modifications of or variations on similar functions in
lattice, e.g. draw.key and draw.colorkey.
draw.loaPlotZKey is the default 'bubble plot' key used with
loaPlot.
draw.loaColorKey and draw.loaColorRegionsKey are variations
on the draw.colorkey function in lattice.
draw.zcasePlotKey is a simple legend based on zcase
annotation.xyplot in lattice.