xres {via} | R Documentation |
RasterArray
'-class objectThe methods are inherited from the 'SpatRaster
' class, see res
. Replacement is not allowed.
## S4 method for signature 'RasterArray'
xres(x)
## S4 method for signature 'RasterArray'
yres(x)
## S4 method for signature 'RasterArray'
res(x)
x |
a |
A numeric
vector.
ex <- rastex()
res(ex)
yres(ex)
xres(ex)