powered by
match Nodes
matchNodes(phy)
a data frame that translates ape node numbers to RevBayes node numbers
(tree in ape format; no default) Tree on which to match nodes
treefile <- system.file("extdata", "bds/primates.tre", package="RevGadgets") tree <- readTrees(treefile) map <- matchNodes(tree[[1]][[1]]@phylo)
Run the code above in your browser using DataLab