OpenFLUID.removeAttributeR Documentation

Removes an attribute for a given spatial units class

Description

Removes an attribute for a given spatial units class

Usage

OpenFLUID.removeAttribute(ofblob, unitclass, attrname)

Arguments

ofblob

the simulation definition blob

unitclass

the unit class

attrname

the name of the attribute

See Also

OpenFLUID.createAttribute

OpenFLUID.getAttribute

OpenFLUID.setAttribute

Examples

## Not run: 
OpenFLUID.removeAttribute(ofsim, "SU","length")

## End(Not run)