get_taxa_name
get taxa name of a selected node (or tree if node=NULL) sorted by their position in plotting
get_taxa_name(tree_view = NULL, node = NULL)
tree_view |
tree view (i.e. the ggtree object). If tree_view is NULL, the last ggplot will be used. |
node |
internal node number to specify a clade. If NULL, using the whole tree |
This function extract an ordered vector of the tips from selected clade or the whole tree based on the ggtree() plot.
ordered taxa name vector
Guangchuang Yu
tree <- rtree(30) p <- ggtree(tree) get_taxa_name(p)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.