is.rotated | R Documentation |
Check if a SpatRaster is "rotated" and needs to be rectified before it can be used
See rectify
## S4 method for signature 'SpatRaster'
is.rotated(x)
x |
SpatRaster |
logical. One value for each raster data *source*
rectify
r <- rast(nrows=10, ncols=10, vals=1:100)
is.rotated(r)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.