label.endpoints {directlabels} | R Documentation |
Make a Positioning Method that labels a certain x value.
label.endpoints(FUN,
HJUST)
FUN |
FUN(d$x) should return an index of which point to label. for example you can use which.min or which.max. |
HJUST |
hjust of the labels. |
A Positioning Method like first.points
or last.points
.
Toby Dylan Hocking