rotateImg | R Documentation |
As in SpatialExperiment
, rotation here must be a multiple of 90
degrees.
## S4 method for signature 'SpatRasterImage'
rotateImg(x, degrees, maxcell = 1e+07, ...)
## S4 method for signature 'BioFormatsImage'
rotateImg(x, degrees, ...)
## S4 method for signature 'ExtImage'
rotateImg(x, degrees, ...)
x |
An object of class |
degrees |
How many degrees to rotate. Positive number means clockwise and negative number means counterclockwise. |
maxcell |
Max number of pixels to load |
... |
Ignored. It's there so different methods can all be passed to the
same |
SpatRasterImage
will be loaded into memory and converted to
ExtImage
. Otherwise *Image
object of the same class.
Other image methods:
SFE-image
,
affineImg()
,
cropImg()
,
dim,BioFormatsImage-method
,
ext()
,
imgRaster()
,
imgSource()
,
mirrorImg()
,
scaleImg()
,
translateImg()
,
transposeImg()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.