kyle_label | R Documentation |
label
annotationCustom default for label
annotation
kyle_label(
label,
x,
y,
size = 10,
size.unit = "pt",
text.color = tailwind_color("zinc-800"),
fill = "white",
border.color = tailwind_color("zinc-300"),
linewidth = 0.5,
label.r = unit(4, "pt"),
label.padding = unit(6, "pt"),
hjust = 0,
vjust = 1
)
label |
Text to be displayed |
x |
x coordinate of the label |
y |
y coordinate of the label |
size |
Text size in points |
size.unit |
units for size |
text.color |
color of text |
fill |
background color |
border.color |
color of border |
linewidth |
width of border |
label.r |
radius of rounded corners |
label.padding |
padding around the label |
hjust |
horizontal justification |
vjust |
vertical justification |
A ggplot layer object with a label annotation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.