Skip to content

Commit

Permalink
Merge pull request #135 from stscl/dev
Browse files Browse the repository at this point in the history
update `gccm` docs
  • Loading branch information
SpatLyu authored Feb 2, 2025
2 parents 8cf3d7c + 565bf64 commit 9cd9e70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions R/gccm.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ methods::setGeneric("gccm", function(data, ...) standardGeneric("gccm"))
#' @param nb (optional) The neighbours list.
#' @param RowCol (optional) Matrix of selected row and cols numbers.
#' @param threads (optional) Number of threads.
#' @param bidirectional (optional) whether to identify bidirectional potential causal relationships.
#' @param bidirectional (optional) whether to identify bidirectional causal associations.
#' @param include.self (optional) Whether to include the current state when constructing the embedding vector.
#' @param trendRM (optional) Whether to remove the linear trend.
#' @param progressbar (optional) whether to print the progress bar.
Expand All @@ -84,7 +84,7 @@ methods::setGeneric("gccm", function(data, ...) standardGeneric("gccm"))
#' \describe{
#' \item{\code{xmap}}{cross mapping prediction results}
#' \item{\code{varname}}{names of causal and effect variable}
#' \item{\code{bidirectional}}{whether to identify bidirectional potential causal relationships}
#' \item{\code{bidirectional}}{whether to identify bidirectional causal associations}
#' }
#' @export
#' @importFrom methods setGeneric
Expand Down
4 changes: 2 additions & 2 deletions man/gccm.Rd

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

0 comments on commit 9cd9e70

Please sign in to comment.