label | R Documentation |
Optimize the location of text labels to minimize overplotting text.
label(
x,
y = NULL,
labels = seq_along(x$x),
type = c("text", "shadow", "box"),
...
)
x , y |
A |
labels |
A |
type |
A |
... |
Further arguments to be passed to |
label()
is called it for its side-effects: it results in a graphic
being displayed.
This function is modeled after car::pointLabel()
(originally from the
maptools package).
N. Frerebeau
graphics::text()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.