flip.Rd
Flip the values of a Raster* object by inverting the order of the rows (direction=y) or the columns direction='x'.
# S4 method for class 'RasterLayer'
flip(x, direction='y', filename='', ...)
# S4 method for class 'RasterStackBrick'
flip(x, direction='y', filename='', ...)
Raster* object
Character. 'y' or 'x'; or 1 (=x) or 2 (=y)
character. Output filename (optional)
if x
is a Raster* object, additional arguments as for writeRaster
RasterLayer or RasterBrick