Skip to content

Commit

Permalink
Remove non-existent arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed Aug 18, 2023
1 parent 48686f1 commit c0b602d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions R/tree_distance_utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,6 @@ CompareAll <- function(x, Func, FUN.VALUE = Func(x[[1]], x[[1]], ...),
#' @param infoInBoth Numeric specifying information content of both trees
#' independently (optional)
#' @param how Method for normalization
#' @param Func Function that takes as inputs `tree1Info` and `tree2Info`, and
#' returns a normalizing constant against which to divide `unnormalized`.
#' @param \dots Additional parameters to `InfoInTree()` or `how`.
#' @keywords internal
#' @template MRS
Expand Down Expand Up @@ -551,7 +549,7 @@ NormalizeInfo <- function(unnormalized, tree1, tree2, InfoInTree,
}

#' List clades as text
#' @param splits,splits1,splits2 Logical matrices with columns specifying membership
#' @param splits1,splits2 Logical matrices with columns specifying membership
#' of each corresponding matched clade.
#' @return `ReportMatching` returns a character vector describing each pairing
#' in a matching.
Expand Down
3 changes: 0 additions & 3 deletions man/NormalizeInfo.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/ReportMatching.Rd

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

0 comments on commit c0b602d

Please sign in to comment.