From 97f3228ecb817ca7d1fe5f0bdb8f6bc51694d3aa Mon Sep 17 00:00:00 2001 From: ChiLiubio Date: Fri, 28 Jun 2024 15:13:06 +0800 Subject: [PATCH] update help document --- R/trans_nullmodel.R | 6 +++--- man/trans_nullmodel.Rd | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/R/trans_nullmodel.R b/R/trans_nullmodel.R index ef4bcf9..5361c08 100644 --- a/R/trans_nullmodel.R +++ b/R/trans_nullmodel.R @@ -89,9 +89,9 @@ trans_nullmodel <- R6Class(classname = "trans_nullmodel", #' #' @param use_env default NULL; numeric or character vector to select env_data; if provide multiple variables or NULL, #' use PCA (principal component analysis) to reduce dimensionality. - #' @param break.pts default seq(0, 1, 0.02); see break.pts parameter in \code{\link{mantel.correlog}} of \code{vegan} package. - #' @param cutoff default FALSE; see cutoff parameter in \code{\link{mantel.correlog}}. - #' @param ... parameters pass to \code{\link{mantel.correlog}} + #' @param break.pts default seq(0, 1, 0.02); see break.pts parameter in \code{mantel.correlog} of \code{vegan} package. + #' @param cutoff default FALSE; see cutoff parameter in \code{mantel.correlog}. + #' @param ... parameters pass to \code{mantel.correlog}. #' @return res_mantel_corr in object. #' @examples #' \dontrun{ diff --git a/man/trans_nullmodel.Rd b/man/trans_nullmodel.Rd index 3421b65..42fdcc1 100644 --- a/man/trans_nullmodel.Rd +++ b/man/trans_nullmodel.Rd @@ -230,11 +230,11 @@ Calculate mantel correlogram. \item{\code{use_env}}{default NULL; numeric or character vector to select env_data; if provide multiple variables or NULL, use PCA (principal component analysis) to reduce dimensionality.} -\item{\code{break.pts}}{default seq(0, 1, 0.02); see break.pts parameter in \code{\link{mantel.correlog}} of \code{vegan} package.} +\item{\code{break.pts}}{default seq(0, 1, 0.02); see break.pts parameter in \code{mantel.correlog} of \code{vegan} package.} -\item{\code{cutoff}}{default FALSE; see cutoff parameter in \code{\link{mantel.correlog}}.} +\item{\code{cutoff}}{default FALSE; see cutoff parameter in \code{mantel.correlog}.} -\item{\code{...}}{parameters pass to \code{\link{mantel.correlog}}} +\item{\code{...}}{parameters pass to \code{mantel.correlog}.} } \if{html}{\out{}} }