| translateImg | R Documentation |
This function shifts the spatial extent of the image in the x-y plane.
## S4 method for signature 'SpatRasterImage'
translateImg(x, v, ...)
## S4 method for signature 'BioFormatsImage'
translateImg(x, v, ...)
## S4 method for signature 'ExtImage'
translateImg(x, v, ...)
x |
An object of class |
v |
Numeric vector of length 2 to shift the image in the x-y plane. |
... |
Ignored. It's there so different methods can all be passed to the
same |
A *Image object of the same class that has been shifted in
space.
Other image methods:
SFE-image,
affineImg(),
cropImg(),
dim,BioFormatsImage-method,
ext(),
imgRaster(),
imgSource(),
mirrorImg(),
rotateImg(),
scaleImg(),
transposeImg()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.