View source: R/consensus.edges.R
consensus.edges | R Documentation |
Computes consensus edge lengths from a set of input trees using multiple methods.
consensus.edges(trees, method=c("mean.edge","least.squares"), ...)
trees |
object of class |
method |
method for computing the edge lengths. Could be the mean of all trees in which the edge is present, or it could be the least-squares edge lengths computed on the mean patristic distance matrices from the input phylogenies in |
... |
optional arguments, the most popular of which is |
An object of class "phylo"
with edge lengths.
Liam Revell liam.revell@umb.edu
Revell, L. J. (2024) phytools 2.0: an updated R ecosystem for phylogenetic comparative methods (and other things). PeerJ, 12, e16505.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.