dissmap: dissimilarity map tree vectorization
Description
Dissimilarity maps convert trees to vectors using
tip-to-tip path lengths. Branch length information may be
optionally discarded (the default), resulting in vectors
based solely on tree topology.Usage
dissmap(x, use.blen = FALSE, unroot = TRUE, ...)
Arguments
x
an ape::multiPhylo object. All trees must have
identical tip names.
use.blen
use branch length information in the
calculation?
unroot
unroot trees first?
...
additional options for dist
Value
- a row matrix of tree vectors