geom_segment2 {ggtree} | R Documentation |
geom_segment2 support aes(subset) via setup_data
geom_segment2(mapping = NULL, data = NULL, stat = "identity", position = "identity", arrow = NULL, lineend = "butt", na.rm = FALSE, show.legend = NA, inherit.aes = TRUE, nudge_x = 0, ...)
mapping |
aes mapping |
data |
data |
stat |
Name of stat to modify data |
position |
position |
arrow |
arrow |
lineend |
lineend |
na.rm |
logical |
show.legend |
logical |
inherit.aes |
logical |
nudge_x |
horizontal adjustment of x |
... |
additional parameter |
add segment layer
Guangchuang Yu