static_text_params | R Documentation |
This sets parameters for text on a path that aren't expected to change during the construction of a grob.
static_text_params(
.type = "text",
text_only = FALSE,
gap = NULL,
upright = TRUE,
halign = "center",
offset = NULL,
parse = FALSE,
straight = FALSE,
padding = unit(0.05, "inch"),
text_smoothing = 0,
rich = FALSE,
remove_long = FALSE
)
.type |
A |
text_only |
A |
gap |
A |
upright |
A |
halign |
A |
offset |
A |
parse |
A |
straight |
A |
padding |
A |
text_smoothing |
a |
rich |
A |
remove_long |
if TRUE, labels that are longer than their associated path will be removed. |
A list
with the parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.