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, unitsclass, attrname)

Arguments

ofblob

the simulation definition blob

unitsclass

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)