Check whether two tree objects are equivalent
treesEquivalent(
obja,
objb,
edge_tol = 1e-08,
numbering_match = FALSE,
clonesa = NULL,
clonesb = NULL,
check_extended = FALSE,
gaps = TRUE
)First phylo or treedata object
Second phylo or treedata object
tolerance for branch length checks (if check=TRUE)
require internal node numbers to match?
Dowser clones object associated with obja (if check_extended=TRUE)
Dowser clones object associated with objb (if check_extended=TRUE)
Also check node sequences and state vector? Requires clonesa/b to be supplied
check sequences wth IMGT gaps with check_extended?
For treedata objects, check both @phylo and @data