xres | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.