key {robust}R Documentation

Plot Key

Description

Don't use this function. It's only here because the lattice package doesn't provide a key function. Use legend instead.

Usage

  key(x, y, text, lines, corner = c(0, 1), cex = par("cex"), col = par("col"), lty = par("lty"), lwd = par("lwd"), pch = par("pch"), ...)

Arguments

x x
y y
text text
lines lines
corner corner
cex cex
col col
lty lty
lwd lwd
pch pch
... dots

Side Effects

Adds key to plot.


[Package robust version 0.3-4 Index]