map.overlap
it will compute a single quantitying giving the overall similarity of the maps, consequently this measure only makes sense of some or all of the states are shared between the two mapped tress. In Map.Overlap
is computed in which the rows are states observed in tree1
and columns give the states for tree2
.
map.overlap(tree1, tree2, tol=1e-6, ...)
Map.Overlap(tree1, tree2, tol=1e-06, standardize=TRUE, ...)
"simmap"
."simmap"
.Map.Overlap
, a logical value indicating whether or not to standardize overlap by dividing by the summed branch length of the tree.check.equal
, a logical value indicating whether or not to check if tree1
and tree2
match in underlying topology and branch lengths (they should). This value is TRUE
by default, but can be set to FALSE
if tree1
and tree2
are known to be equal to speed up calculation.map.overlap
; or a matrix (Map.Overlap
).
make.simmap
, read.simmap