| dowserObjectEquivalent | R Documentation |
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
)
obj1 |
First Dowser object |
obj2 |
Second Dowser object |
verbose |
print out more info |
edge_tol |
tolerance for branch length checks (if check=TRUE) |
dowser_fields |
check dowser-specific fields and gapped sequences? |
nproc |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.