Learn R Programming

ggtree (version 1.4.11)

geom_label2: geom_text2

Description

geom_text2 support aes(subset) via setup_data

Usage

geom_label2(mapping = NULL, data = NULL, ..., parse = FALSE, nudge_x = 0, nudge_y = 0, label.padding = unit(0.25, "lines"), label.r = unit(0.15, "lines"), label.size = 0.25, na.rm = TRUE, show.legend = NA, inherit.aes = TRUE)

Arguments

mapping
the aesthetic mapping
data
A layer specific dataset - only needed if you want to override he plot defaults.
...
other arguments passed on to 'layer'
parse
if TRUE, the labels will be passd into expressions
nudge_x
horizontal adjustment
nudge_y
vertical adjustment
label.padding
Amount of padding around label.
label.r
Radius of rounded corners.
label.size
Size of label border, in mm
na.rm
logical
show.legend
logical
inherit.aes
logical

Value

label layer

See Also

geom_label