dowserObjectEquivalent
Experimental. Check if two Dowser objects are equivalentdowserObjectEquivalent
Experimental. Check if two Dowser objects are equivalent
dowserObjectEquivalent(
obj1,
obj2,
verbose = TRUE,
edge_tol = 1e-08,
dowser_fields = TRUE,
nproc = 1
)First Dowser object
Second Dowser object
print out more info
tolerance for branch length checks (if check=TRUE)
check dowser-specific fields and gapped sequences?
number of cores to use
In addition to the existing tree topology, edge length, sequence, and
data slot checks, this also verifies tree$parameters when present
-- including build="pml" trees.