Learn R Programming

darch (version 0.9.1)

getLayerField: Returns the field of a layer from the DArch object.

Description

The function returns the field given by the fieldIndex of the layer given by the layerIndex.

Usage

getLayerField(darch,layerIndex=1,fieldIndex=3)

## S3 method for class 'DArch': getLayerField(darch, layerIndex = 1, fieldIndex = 3)

Arguments

darch
A instance of the class DArch.
layerIndex
The index of the layer.
fieldIndex
The index of the field in the layer.

See Also

DArch