matchNodes: match Nodes

View source: R/matchNodes.R

matchNodesR Documentation

match Nodes

Description

match Nodes

Usage

matchNodes(phy)

Arguments

phy

(tree in ape format; no default) Tree on which to match nodes

Value

a data frame that translates ape node numbers to RevBayes node numbers

Examples


treefile <- system.file("extdata", "bds/primates.tre", package="RevGadgets")
tree <- readTrees(treefile)
map <- matchNodes(tree[[1]][[1]]@phylo)


RevGadgets documentation built on Nov. 17, 2023, 1:07 a.m.