label.endpoints | 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 <toby.hocking@r-project.org> [aut, cre] (ORCID: <https://orcid.org/0000-0002-3146-0865>)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.