Learn R Programming

via (version 0.2.0)

proxy: The proxy of an from a class derived from 'VirtualArray'

Description

This function returns an object that symbolizes the structure of layers in the 'XArray', 'RasterArray' or 'SfArray'.

Usage

proxy(x, ...)

# S4 method for VirtualArray proxy(x)

Value

A vector, matrix or array of characters representing the VirtualArray structure.

Arguments

x

XArray, RasterArray or SfArray 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 'VirtualArray'.

Examples

Run this code
data(exemplar)
proxy(exemplar)

data(paleocoastlines)
proxy(paleocoastlines)

Run the code above in your browser using DataLab