chmProperty<- {NGCHM} | R Documentation |
Set the value of an NG-CHM property.
Description
Set the value of an NG-CHM property.
Usage
chmProperty(x, label) <- value
Arguments
x |
The NG-CHM object on which to set the property. |
label |
The name of the property to set. If no property with that name exists, a new property with that name is appended. |
value |
A non-empty vector of character, logical, or numeric values. |
Value
The modified NG-CHM object.
See Also
Examples
hm <- chmNew("Empty")
chmProperty(hm, "chm.info.caption") <- "Nothing to see here"
[Package NGCHM version 1.0.3 Index]