dl.text {latticedl} | R Documentation |
To be used as panel.groups= argument in panel.superpose. Analyzes arguments to determine correct text color for this group, and then draws the direct label text.
dl.text(labs, group.number, col.line = NULL, col.points = NULL, col = NULL, col.symbol = NULL, type = NULL, ...)
labs |
table of labels and positions constructed by label.positions |
group.number |
which group we are currently plotting, according to levels(labs$groups) |
col.line |
line color |
col.points |
point color |
col |
general color |
col.symbol |
symbol color |
type |
plot type |
... |
ignored |
Toby Dylan Hocking <toby.hocking@inria.fr>