Skip to content

Commit

Permalink
Big*
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed Sep 25, 2023
1 parent d217a47 commit b98e40a
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
16 changes: 8 additions & 8 deletions R/BigTreeDist-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -112,21 +112,21 @@
#'
#' @references
#'
#' - \insertRef{Bocker2013}{TreeDist}
#' - \insertRef{Bocker2013}{BigTreeDist}
#'
#' - \insertRef{Bogdanowicz2012}{TreeDist}
#' - \insertRef{Bogdanowicz2012}{BigTreeDist}
#'
#' - \insertRef{Kendall2016}{TreeDist}
#' - \insertRef{Kendall2016}{BigTreeDist}
#'
#' - \insertRef{Li1996}{TreeDist}
#' - \insertRef{Li1996}{BigTreeDist}
#'
#' - \insertRef{Lin2012}{TreeDist}
#' - \insertRef{Lin2012}{BigTreeDist}
#'
#' - \insertRef{Nye2006}{TreeDist}
#' - \insertRef{Nye2006}{BigTreeDist}
#'
#' - \insertRef{SmithDist}{TreeDist}
#' - \insertRef{SmithDist}{BigTreeDist}
#'
#' - \insertRef{SmithSpace}{TreeDist}
#' - \insertRef{SmithSpace}{BigTreeDist}
#'
#' @encoding UTF-8
#' @keywords internal
Expand Down
2 changes: 1 addition & 1 deletion R/median.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#'
#' @seealso Consensus methods:
#' [`ape::consensus()`],
#' [`TreeTools::ConsensusWithout()`]
#' [`BigTreeTools::ConsensusWithout()`]
#'
#' @importFrom stats median
#' @family tree space functions
Expand Down
2 changes: 1 addition & 1 deletion R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ VisualizeMatching <- function(Func, tree1, tree2, setPar = TRUE,
#' @param mapping Two-column matrix giving _x_ and _y_ coordinates of plotted
#' points.
#' @param mstEnds Two-column matrix identifying rows of `mapping` at end of
#' each edge of the MST, as output by [`TreeTools::MSTEdges()`].
#' each edge of the MST, as output by [`BigTreeTools::MSTEdges()`].
#' @param distances Matrix or `dist` object giving original distances between
#' each pair of points.
#' @param palette Vector of colours with which to colour edges.
Expand Down
16 changes: 8 additions & 8 deletions man/BigTreeDist-package.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/MSTSegments.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/median.multiPhylo.Rd

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

0 comments on commit b98e40a

Please sign in to comment.