From c07250e905434b8c32a8b09b958f0400d1ff425a Mon Sep 17 00:00:00 2001 From: gisler Date: Sat, 25 Nov 2023 15:27:22 +0100 Subject: [PATCH] docs: better wording --- R/input.R | 6 +++--- man/img2tif.Rd | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/R/input.R b/R/input.R index a17f48e..8065849 100644 --- a/R/input.R +++ b/R/input.R @@ -604,10 +604,10 @@ DEMrelatedInput <- function( #' #' @param cs_dir A character string specifying an existing directory. #' @param cs_crs An optional character string used to set the coordinate -#' reference system of all processed raster files. See [`terra::crs`] for -#' further information. +#' reference system of all output raster files. See [`terra::crs`] for further +#' information. #' -#' @return A character vector containing the paths to the converted _ERDAS +#' @return A character vector containing the paths to the processed _ERDAS #' IMAGINE_ raster files. #' #' @export diff --git a/man/img2tif.Rd b/man/img2tif.Rd index 237e574..f6db227 100644 --- a/man/img2tif.Rd +++ b/man/img2tif.Rd @@ -10,11 +10,11 @@ img2tif(cs_dir, cs_crs = NULL) \item{cs_dir}{A character string specifying an existing directory.} \item{cs_crs}{An optional character string used to set the coordinate -reference system of all processed raster files. See \code{\link[terra:crs]{terra::crs}} for -further information.} +reference system of all output raster files. See \code{\link[terra:crs]{terra::crs}} for further +information.} } \value{ -A character vector containing the paths to the converted \emph{ERDAS +A character vector containing the paths to the processed \emph{ERDAS IMAGINE} raster files. } \description{