allocate_shifts_from_regimes {PhylogeneticEM} | R Documentation |
Allocation of shifts to edges
Description
allocate_shifts_from_regimes
returns the position of the shifts induced
by the allocation of the regimes. Only works in an "infinite site" model.
Usage
allocate_shifts_from_regimes(phylo, regimes)
Arguments
phylo |
a phylogenetic tree, class |
regimes |
: vector of size (ntaxa + Nnode) of the regimes of each node and tip. |
Value
Vector of edges numbers where the shifts are.
[Package PhylogeneticEM version 1.7.0 Index]