Skip to content

Commit

Permalink
Document use of returned matching
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed Aug 22, 2024
1 parent 3e40a28 commit 53b4941
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion R/VisualizeMatching.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
#' tree2 <- TreeTools::PectinateTree(6)
#'
#' VisualizeMatching(RobinsonFouldsMatching, tree1, tree2)
#' VisualizeMatching(SharedPhylogeneticInfo, tree1, tree2, matchZeros = FALSE)
#' matching <- VisualizeMatching(SharedPhylogeneticInfo, tree1, tree2,
#' matchZeros = FALSE)
#' attributes(matching)
#' @template MRS
#' @encoding UTF-8
#' @importFrom ape nodelabels edgelabels plot.phylo
Expand Down
3 changes: 2 additions & 1 deletion man/GeneralizedRF.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion man/VisualizeMatching.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 53b4941

Please sign in to comment.