View source: R/clade-functions.R
get_taxa_name | R Documentation |
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 object 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.