Skip to content

Commit b949bc3

Browse files
committed
fix docs
1 parent 4dde3f6 commit b949bc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/layers.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ epsg3857 <- "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y
226226
#' @param method the method used for computing values of the new, projected raster image.
227227
#' `"bilinear"` (the default) is appropriate for continuous data,
228228
#' `"ngb"` - nearest neighbor - is appropriate for categorical data.
229-
#' Ignored if `project = FALSE`. See [projectRaster()] for details.
229+
#' Ignored if `project = FALSE`. See [terra::project()] for details.
230230
#' @param maxBytes the maximum number of bytes to allow for the projected image
231231
#' (before base64 encoding); defaults to 4MB.
232232
#' @param options a list of additional options, intended to be provided by

man/addRasterImage.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)