OpenFLUID.removeAttributeR Documentation

Removes an attribute value for a given spatial unit

Description

Removes an attribute value for a given spatial unit

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)