| rspr_dist | R Documentation |
Low-level Rcpp interface to the rspr library. Prefer the R wrapper
RSPRDist() for normal use.
rspr_dist(tree1, tree2, approx, exact)
tree1, tree2 |
Character vectors of Newick-format rooted binary trees. Must be the same length. |
approx |
Logical scalar: compute the linear-time 3-approximation? |
exact |
Logical scalar: compute the exact branch-and-bound distance? |
A named list with elements exact (integer), approx
(integer), maf_1 and maf_2 (character). Elements not
requested are filled with NA or empty strings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.