annotation_image {ggtree} | R Documentation |
annotation taxa with images
annotation_image( tree_view, img_info, width = 0.1, align = TRUE, linetype = "dotted", linesize = 1, offset = 0 )
tree_view |
tree view |
img_info |
data.frame with first column of taxa name and second column of image names |
width |
width of the image to be plotted in image |
align |
logical |
linetype |
line type if align = TRUE |
linesize |
line size if align = TRUE |
offset |
offset of image from the tree view |
tree view
Guangchuang Yu