Learn R Programming

darch (version 0.9.1)

removeLayerField: Removes a layer from the DArch object

Description

This function removes the layer with the given index from the DArch object.

Usage

removeLayerField(darch, index)

## S3 method for class 'DArch': removeLayerField(darch, index)

Arguments

darch
A instance of the class DArch.
index
The index of the layer.

Value

  • The DArch object without the layer.

See Also

DArch