Learn R Programming

darch (version 0.10.0)

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)

# S4 method for 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