Learn R Programming

chronosphere (version 0.4.1)

xres,RasterArray-method: Resolution of a RasterArray object

Description

The methods are inherited from the RasterStack class, see resolution. Replacement is not allowed.

Usage

# S4 method for RasterArray
xres(x)

# S4 method for RasterArray yres(x)

# S4 method for RasterArray res(x)

Value

A numeric vector.

Arguments

x

a RasterArray class object.

Examples

Run this code
data(dems)
res(dems)
yres(dems)
xres(dems)

Run the code above in your browser using DataLab