R/shifts_manipulations.R
compute_betas_from_shifts.Rd
compute_betas_from_shifts
computes the optimal values at the nodes and tips of the
tree, given the value at the root and the list of shifts occurring in the tree.
It assumes an OU model.
compute_betas_from_shifts(phylo, optimal.value, shifts)
a phylogenetic tree, class phylo
.
the optimal value at the root of the tree.
position and values of the shifts .
Vector of size (ntaxa + Nnode) of the optimal values at the tips of the tree.