Learn R Programming

chronosphere (version 0.3.1)

proxy: The proxy of a RasterArray object

Description

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

Usage

proxy(x, ...)

# S4 method for RasterArray proxy(x)

Arguments

x

(RasterArray focal object.

...

additional arguments passed to class-specific methods.

Value

A vector, matrix or array of characters representing the RasterArray 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(clim)
proxy(clim)
# }

Run the code above in your browser using DataLab