Learn R Programming

chronosphere (version 0.4.0)

proxy: The proxy of a RasterArray or SpatialArray object

Description

This function returns an object that symbolizes the structure of layers in the RasterArray and SpatialArray.

Usage

proxy(x, ...)

# S4 method for XArray proxy(x)

Arguments

x

RasterArray or SpatialArray ocal object.

...

additional arguments passed to class-specific methods.

Value

A vector, matrix or array of characters representing the RasterArray and SpatialArray structure.

Details

The proxy method wraps the names of layers in the stack using the index slot of the RasterArray.

Examples

Run this code
# NOT RUN {
data(dems)
proxy(dems)

data(coasts)
proxy(coasts)
# }

Run the code above in your browser using DataLab