From 28f391c059a8f5dfc55af9afb61dae33e3a8f4eb Mon Sep 17 00:00:00 2001 From: "Martin R. Smith" Date: Thu, 27 Aug 2020 08:50:25 +0100 Subject: [PATCH] Tweaks & clarifications (#34) --- R/tree_distance_info.R | 2 +- man/NyeSimilarity.Rd | 2 +- man/TreeDistance.Rd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/R/tree_distance_info.R b/R/tree_distance_info.R index 7a3d3a8f..f8c9eab4 100644 --- a/R/tree_distance_info.R +++ b/R/tree_distance_info.R @@ -91,7 +91,7 @@ #' section below. #' If `FALSE`, results will not be rescaled. #' -#' @param diag Logical specifying whether to return similarites along the +#' @param diag Logical specifying whether to return similarities along the #' diagonal, i.e. of each tree with itself. Applies only if `tree2` is #' a list identical to `tree1`, or `NULL`. #' diff --git a/man/NyeSimilarity.Rd b/man/NyeSimilarity.Rd index 5759b36e..e8f4999f 100644 --- a/man/NyeSimilarity.Rd +++ b/man/NyeSimilarity.Rd @@ -50,7 +50,7 @@ tree.} \item{reportMatching}{Logical specifying whether to return the clade matchings as an attribute of the score.} -\item{diag}{Logical specifying whether to return similarites along the +\item{diag}{Logical specifying whether to return similarities along the diagonal, i.e. of each tree with itself. Applies only if \code{tree2} is a list identical to \code{tree1}, or \code{NULL}.} diff --git a/man/TreeDistance.Rd b/man/TreeDistance.Rd index c4402885..d953f374 100644 --- a/man/TreeDistance.Rd +++ b/man/TreeDistance.Rd @@ -109,7 +109,7 @@ If \code{FALSE}, results will not be rescaled.} \item{reportMatching}{Logical specifying whether to return the clade matchings as an attribute of the score.} -\item{diag}{Logical specifying whether to return similarites along the +\item{diag}{Logical specifying whether to return similarities along the diagonal, i.e. of each tree with itself. Applies only if \code{tree2} is a list identical to \code{tree1}, or \code{NULL}.}