Learn R Programming

darch (version 0.10.0)

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)

Arguments

darch

A instance of the class '>DArch.

layerIndex

The index of the layer.

fieldIndex

The index of the field in the layer.

Value

A content of the layer field.

See Also

'>DArch