Rotate a SpatRaster that has longitude coordinates from 0 to 360, to standard coordinates between -180 and 180 degrees (or vice-versa). Longitude between 0 and 360 is frequently used in global climate models.
Usage
# S4 method for SpatRaster
rotate(x, left=TRUE, filename="", ...)
Value
SpatRaster
Arguments
x
SpatRaster or SpatVector
left
logical. If TRUE, rotate to the left, else to the right
filename
character. Output filename
...
additional arguments for writing files as in writeRaster