Learn R Programming

chronosphere (version 0.4.1)

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)

Value

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

Arguments

x

RasterArray or SpatialArray ocal object.

...

additional arguments passed to class-specific methods.

Details

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

Examples

Run this code
data(dems)
proxy(dems)

data(coasts)
proxy(coasts)

Run the code above in your browser using DataLab