Skip to content

Commit

Permalink
Big*
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed Sep 26, 2023
1 parent b98e40a commit 1004d3e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/tree_distance_info.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#'
#' The methods implemented here use the concepts of
#' [entropy and information](https://ms609.github.io/TreeDist/articles/information.html)
#' \insertCite{Mackay2003}{TreeDist} to assign a similarity score between each
#' \insertCite{Mackay2003}{BigTreeDist} to assign a similarity score between each
#' pair of splits.
#'
#' The returned tree similarity measures state the amount of information,
Expand Down
2 changes: 1 addition & 1 deletion R/tree_distance_msd.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' Calculate the
#' [Matching Split Distance](https://ms609.github.io/TreeDist/articles/Generalized-RF.html#matching-split-distance)
#' \insertCite{Bogdanowicz2012,Lin2012}{TreeDist} for unrooted binary trees.
#' \insertCite{Bogdanowicz2012,Lin2012}{BigTreeDist} for unrooted binary trees.
#'
#' Trees need not contain identical leaves; scores are based on the leaves that
#' trees hold in common. Check for unexpected differences in tip labelling
Expand Down
4 changes: 2 additions & 2 deletions R/tree_distance_nye.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' `NyeSimilarity()` and `NyeSplitSimilarity()` implement the
#' [Generalized Robinson–Foulds](https://ms609.github.io/TreeDist/articles/Robinson-Foulds.html#generalized-robinson-foulds-distances)
#' tree comparison metric of \insertCite{Nye2006;textual}{TreeDist}.
#' tree comparison metric of \insertCite{Nye2006;textual}{BigTreeDist}.
#' In short, this finds the optimal matching that pairs each branch from
#' one tree with a branch in the second, where matchings are scored according to
#' the size of the largest split that is consistent with both of them,
Expand Down Expand Up @@ -112,7 +112,7 @@ NyeSplitSimilarity <- function(splits1, splits2,
#'
#' Calculate the
#' [Jaccard&ndash;Robinson&ndash;Foulds metric](https://ms609.github.io/TreeDist/articles/Generalized-RF.html#jaccard-robinson-foulds-metric)
#' \insertCite{Bocker2013}{TreeDist}, a
#' \insertCite{Bocker2013}{BigTreeDist}, a
#' [Generalized Robinson&ndash;Foulds metric](https://ms609.github.io/TreeDist/articles/Robinson-Foulds.html#generalized-robinson-foulds-distances).
#'
#' In short, the Jaccard&ndash;Robinson&ndash;Foulds
Expand Down
2 changes: 1 addition & 1 deletion man/JaccardRobinsonFoulds.Rd

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

2 changes: 1 addition & 1 deletion man/NyeSimilarity.Rd

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

0 comments on commit 1004d3e

Please sign in to comment.