geom_xsidelabel | R Documentation |
The xside and yside variants of geom_label.
geom_xsidelabel(
mapping = NULL,
data = NULL,
stat = "identity",
position = "nudge",
...,
parse = FALSE,
label.padding = unit(0.25, "lines"),
label.r = unit(0.15, "lines"),
border.colour = NULL,
border.color = NULL,
text.colour = NULL,
text.color = NULL,
size.unit = "mm",
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE,
label.size = lifecycle::deprecated()
)
geom_ysidelabel(
mapping = NULL,
data = NULL,
stat = "identity",
position = "nudge",
...,
parse = FALSE,
label.padding = unit(0.25, "lines"),
label.r = unit(0.15, "lines"),
border.colour = NULL,
border.color = NULL,
text.colour = NULL,
text.color = NULL,
size.unit = "mm",
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE,
label.size = lifecycle::deprecated()
)
XLayer or YLayer object to be added to a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.