Check for rotation
Check if a SpatRaster is "rotated" and needs to be rectified before it can be used
See rectify
methods
## S4 method for signature 'SpatRaster' is.rotated(x)
x
: SpatRasterlogical. One value for each raster data source
rectify, is.flipped
r <- rast(nrows=10, ncols=10, vals=1:100) is.rotated(r)
Useful links