Skip to content

Commit

Permalink
Export RobinsonFouldsMatching
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Smith committed Nov 4, 2019
1 parent b8fd6e1 commit 5a184ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/tree_distance_rf.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ RobinsonFoulds <- function (tree1, tree2 = tree1, similarity = FALSE, normalize
#' [`VisualizeMatching`].
#' @param \dots Not used.
#' @importFrom TreeTools NSplits
#' @export
RobinsonFouldsMatching <- function (tree1, tree2 = tree1, similarity = FALSE,
normalize = FALSE, ...) {
ret <- CalculateTreeDistance(RobinsonFouldsSplits, tree1, tree2,
Expand Down

0 comments on commit 5a184ad

Please sign in to comment.