diff --git a/R/isp.R b/R/isp.R index 6a730aaf..af50623b 100644 --- a/R/isp.R +++ b/R/isp.R @@ -6,7 +6,7 @@ #' Please set up python dependence and configure `GDVERSE_PYTHON` environment variable if you want to run `rgd()`. #' See `vignette('rgdrid',package = 'gdverse')` for more details. #' -#' @param formula A formula of RSH model. +#' @param formula A formula of ISP model. #' @param data A data.frame, tibble or sf object of observation data. #' @param discvar (optional) Name of continuous variable columns that need to be discretized. Noted that #' when `formula` has `discvar`, `data` must have these columns. By default, all independent variables are diff --git a/man/isp.Rd b/man/isp.Rd index 9b7a9d15..258fbd3f 100644 --- a/man/isp.Rd +++ b/man/isp.Rd @@ -18,7 +18,7 @@ isp( ) } \arguments{ -\item{formula}{A formula of RSH model.} +\item{formula}{A formula of ISP model.} \item{data}{A data.frame, tibble or sf object of observation data.}