label {dimensio} | R Documentation |
Non-Overlapping Text Labels
Description
Optimize the location of text labels to minimize overplotting text.
Usage
label(
x,
y = NULL,
labels = seq_along(x$x),
type = c("text", "shadow", "box"),
...
)
Arguments
x , y |
A |
labels |
A |
type |
A |
... |
Further arguments to be passed to |
Value
label()
is called it for its side-effects: it results in a graphic
being displayed.
Author(s)
N. Frerebeau
Source
This function is modeled after car::pointLabel()
(originally from the
maptools package).
See Also
[Package dimensio version 0.14.0 Index]