Description Usage Arguments Aesthetics
Geom function for draw arc heatmap text.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | geom_rtext(
mapping = NULL,
data = NULL,
...,
parse = FALSE,
nudge_x = 0,
nudge_y = 0,
check_overlap = FALSE,
na.rm = FALSE,
show.legend = NA,
inherit.aes = FALSE,
facing = "clockwise",
nice_facing = TRUE,
position = "top-outside",
ID = NULL
)
geom_ctext(
mapping = NULL,
data = NULL,
...,
parse = FALSE,
nudge_x = 0,
nudge_y = 0,
check_overlap = FALSE,
na.rm = FALSE,
show.legend = NA,
inherit.aes = FALSE,
hjust = "left",
ID = NULL
)
|
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
... |
Other arguments passed on to |
parse |
If |
nudge_x |
Horizontal and vertical adjustment to nudge labels by.
Useful for offsetting text from points, particularly on discrete scales.
Cannot be jointly specified with |
nudge_y |
Horizontal and vertical adjustment to nudge labels by.
Useful for offsetting text from points, particularly on discrete scales.
Cannot be jointly specified with |
check_overlap |
If |
na.rm |
If |
show.legend |
logical. Should this layer be included in the legends?
|
inherit.aes |
If |
facing |
one of clockwise, binding or normal. |
nice_facing |
logical value. |
position |
one of middle, top-outside, top-inside, bottom-outside, bottom-inside. |
ID |
character. |
hjust |
one of left, middle or right. |
geom_pie_text()
understands the following aesthetics (required aesthetics are in bold):
x
y
alpha
colour
family
fontface
lineheight
size
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.