correspondenceEdges {PhylogeneticEM} | R Documentation |
Correspondence between edges numbers
Description
correspondenceEdges
takes edges numbers on an input tree, and gives back
their corresponding numbers on the output tree.
Usage
correspondenceEdges(edges, from, to)
Arguments
edges |
vector of index of edges in the tree "from" |
from |
initial input tree (format " |
to |
aimed output tree (format " |
Value
vector of index of edges in the tree "to"
[Package PhylogeneticEM version 1.7.0 Index]