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

layersR Documentation

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 signature 'VirtualArray'
layers(x)

Arguments

x

A VirtualArray-derived class object.

...

additional arguments passed to class-specific methods.

Value

A character vector of names.

Examples

# names of layers in the stack
data(exemplar)
layers(exemplar)

via documentation built on May 31, 2023, 8:31 p.m.

Related to layers in via...