Check for rotation
Check if a SpatRaster is "flipped" vertically, and may need to be adjusted with flip
before it can be used.
methods
## S4 method for signature 'SpatRaster' is.flipped(x)
x
: SpatRasterlogical. One value for each raster data source
flip, is.rotated
r <- rast(nrows=10, ncols=10) is.flipped(r)
Useful links