geom_nodelab {ggtree} | R Documentation |
add node label layer
geom_nodelab(mapping = NULL, nudge_x = 0, nudge_y = 0, geom = "text", hjust = 0.5, ...)
mapping |
aes mapping |
nudge_x |
horizontal adjustment to nudge label |
nudge_y |
vertical adjustment to nudge label |
geom |
one of 'text', 'label', 'image' and 'phylopic' |
hjust |
horizontal alignment, one of 0, 0.5 or 1 |
... |
additional parameters |
geom layer
Guangchuang Yu