Skip to content

Commit

Permalink
specification RGD function help documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SpatLyu committed Jun 18, 2024
1 parent 360358e commit 38fd57d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/rgd.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#' @param discnum A numeric vector of discretized classes of columns that need to be discretized.
#' Default all `discvar` use `10`.
#' @param minsize (optional) The min size of each discretization group.Default all use `1`.
#' @param cores positive integer(default is 1). If cores > 1, use `python`'s `joblib` package to
#' @param cores (optional) Positive integer(default is 1). If cores > 1, use `python`'s `joblib` package to
#' parallel computation.
#' @param type (optional) The type of geographical detector,which must be `factor`(default),
#' `interaction`, `risk`, `ecological`.You can run one or more at a time.
Expand Down
2 changes: 1 addition & 1 deletion R/robustdisc.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @param data A data.frame or tibble of observation data.
#' @param discnum A numeric vector of discretized classes of columns that need to be discretized.
#' @param minsize (optional) The min size of each discretization group.Default all use `1`.
#' @param cores positive integer(default is 1). If cores > 1, use `python`'s `joblib` package to
#' @param cores (optional) Positive integer(default is 1). If cores > 1, use `python`'s `joblib` package to
#' parallel computation.
#'
#' @return A tibble of discretized classes of columns that need to be discretized.
Expand Down
2 changes: 1 addition & 1 deletion man/rgd.Rd

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

2 changes: 1 addition & 1 deletion man/robust_disc.Rd

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

0 comments on commit 38fd57d

Please sign in to comment.