acid_geom_label_repel | R Documentation |
Modified version of ggrepel::geom_label_repel()
.
acid_geom_label_repel(
data = NULL,
mapping = NULL,
color = NULL,
size = 4L,
...
)
data |
|
mapping |
Set of aesthetic mappings created by |
color |
|
size |
|
... |
Additional arguments, passed to |
If advanced customization of the text labels is required, simply use the ggrepel version instead.
Layer
/ggproto
.
Updated 2021-07-27.
geom <- acid_geom_label_repel()
print(geom)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.