Learn R Programming

darch (version 0.10.0)

setLayerField<-: Sets a field in a layer.

Description

Sets the field on position fieldIndex of the layer given by the layerIndex to the value.

Usage

setLayerField(darch,layerIndex,fieldIndex) <- value

# S4 method for DArch setLayerField(darch, layerIndex, fieldIndex) <- value

Arguments

darch

A instance of the class DArch.

layerIndex

The index of the layer

fieldIndex

The index of the field

value

The value for the layer field

Value

The darch with the updated layer

See Also

DArch