Learn R Programming

via (version 0.2.0)

layers: Names of layers in the stack of a 'VirtualArray'-class object

Description

Names of layers in the stack of a 'VirtualArray'-class object

Usage

layers(x, ...)

# S4 method for VirtualArray layers(x)

Value

A character vector of names.

Arguments

x

A VirtualArray-derived class object.

...

additional arguments passed to class-specific methods.

Examples

Run this code
# names of layers in the stack
data(exemplar)
layers(exemplar)

Run the code above in your browser using DataLab