matchNodes | R Documentation |
match Nodes
matchNodes(phy)
phy |
(tree in ape format; no default) Tree on which to match nodes |
a data frame that translates ape node numbers to RevBayes node numbers
treefile <- system.file("extdata", "bds/primates.tre", package="RevGadgets")
tree <- readTrees(treefile)
map <- matchNodes(tree[[1]][[1]]@phylo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.