From 59a56387aa90e79b19f1faa8d946126ecf34ef65 Mon Sep 17 00:00:00 2001 From: microly Date: Fri, 3 Feb 2023 10:01:46 +0800 Subject: [PATCH] a doc improvement Add {type="c"} in the doc. I think this can make the doc more clear. --- R/geoCorrection.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/geoCorrection.R b/R/geoCorrection.R index 17fcf99..cccacb5 100644 --- a/R/geoCorrection.R +++ b/R/geoCorrection.R @@ -32,7 +32,7 @@ #' When working with lonlat grids, users should also anticipate whether they #' will use methods based on either least-cost or random walks, and set the #' type argument accordingly. In the case of least-cost distances, the -#' correction is only done in East-West direction. In the case of random walks +#' correction is only done in East-West direction (\code{type="c"}). In the case of random walks #' there should be an additional correction which reduces the conductance in #' North-South direction (\code{type="r"}). #'