Skip to content

Commit

Permalink
fixed doc for cropTo(..., needBuffer)
Browse files Browse the repository at this point in the history
  • Loading branch information
CeresBarros committed Feb 29, 2024
1 parent 718b573 commit 1aed417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/postProcessTo.R
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ projectTo <- function(from, projectTo, overwrite = FALSE,
from
}

#' @param needBuffer Logical. Defaults to `TRUE`, meaning nothing is done out
#' @param needBuffer Logical. Defaults to `FALSE`, meaning nothing is done out
#' of the ordinary. If `TRUE`, then a buffer around the cropTo, so that if a reprojection
#' has to happen on the `cropTo` prior to using it as a crop layer, then a buffer
#' of 1.5 * res(cropTo) will occur prior, so that no edges are cut off.
Expand Down
2 changes: 1 addition & 1 deletion man/postProcessTo.Rd

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

0 comments on commit 1aed417

Please sign in to comment.