Skip to content

Commit

Permalink
Merge pull request #1682 from kadyb/master
Browse files Browse the repository at this point in the history
fix typo in `terraOptions.Rd`
  • Loading branch information
rhijmans authored Dec 19, 2024
2 parents 6c55729 + 918f5cd commit 41c04cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions man/terraOptions.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ The following options are available.

\bold{tempdir} - directory where temporary files are written. The default what is returned by \code{tempdir()}.

\bold{datatype} - default data type. See \code{\link{writeRaster}}
\bold{datatype} - default data type. See \code{\link{writeRaster}}.

\bold{todisk} - logical. If \code{TRUE} write all raster data to disk (temp file if no file name is specified). For debugging.

\bold{progress} - non-negative integer. A progress bar is shown if the number of chunks in which the data is processed is larger than this number. No progress bar is shown if the value is zero
\bold{progress} - non-negative integer. A progress bar is shown if the number of chunks in which the data is processed is larger than this number. No progress bar is shown if the value is zero.

\bold{verbose} - logical. If \code{TRUE} debugging info is printed for some functions
\bold{verbose} - logical. If \code{TRUE} debugging info is printed for some functions.

\bold{tolerance} - numeric. difference in raster extent (expressed as the fraction of the raster resolution) that can be ignored when comparing alighnment of rasters.
\bold{tolerance} - numeric. Difference in raster extent (expressed as the fraction of the raster resolution) that can be ignored when comparing alignment of rasters.
}

\note{
Expand Down

0 comments on commit 41c04cd

Please sign in to comment.