diff --git a/R/runDPCoA.R b/R/runDPCoA.R index f8eef0b88..6ca945ef7 100644 --- a/R/runDPCoA.R +++ b/R/runDPCoA.R @@ -1,6 +1,6 @@ -#' Calculation of Double Principal Correspondance analysis +#' Calculation of Double Principal Correspondence analysis #' -#' Double Principal Correspondance analysis is made available via the +#' Double Principal Correspondence analysis is made available via the #' \code{ade4} package in typical fashion. Results are stored in the #' \code{reducedDims} and are available for all the expected functions. #' diff --git a/man/runDPCoA.Rd b/man/runDPCoA.Rd index fb7db15fa..fdd6b627c 100644 --- a/man/runDPCoA.Rd +++ b/man/runDPCoA.Rd @@ -7,7 +7,7 @@ \alias{getDPCoA,TreeSummarizedExperiment,missing-method} \alias{calculateDPCoA} \alias{addDPCoA} -\title{Calculation of Double Principal Correspondance analysis} +\title{Calculation of Double Principal Correspondence analysis} \usage{ getDPCoA(x, y, ...) @@ -94,7 +94,7 @@ For \code{addDPCoA} a modified \code{x} with the results stored in \code{reducedDim} as the given \code{name} } \description{ -Double Principal Correspondance analysis is made available via the +Double Principal Correspondence analysis is made available via the \code{ade4} package in typical fashion. Results are stored in the \code{reducedDims} and are available for all the expected functions. }