label.positions {latticedl} | R Documentation |
Calculates table of positions of each label. This can be thought of as a lattice panel function. It takes the same sort of arguments but does not draw anything. Instead it is called for its return value.
label.positions(x, y, subscripts, groups, debug = FALSE, method = perpendicular.lines, ...)
x |
x values of points to draw. |
y |
y values of points to draw. |
subscripts |
subscripts of groups to consider. |
groups |
vector of groups. |
debug |
logical indicating whether debug annotations should be added to the plot. |
method |
function used to choose position of labels. |
... |
passed to positioning method |
Data frame describing where direct labels should be positioned.
Toby Dylan Hocking <toby.hocking@inria.fr>