Skip to content

Commit

Permalink
update help document
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiLiubio committed Jun 28, 2024
1 parent fe68c2b commit 97f3228
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/trans_nullmodel.R
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down
6 changes: 3 additions & 3 deletions man/trans_nullmodel.Rd

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

0 comments on commit 97f3228

Please sign in to comment.