chmAddProperty {NGCHM} | R Documentation |
Add custom property to a NGCHM.
Description
Add custom property to a Next Generation Clustered Heat Map (NGCHM) and return the extended CHM.
Usage
chmAddProperty(chm, label, value)
## S4 method for signature 'ngchm,character,character'
chmAddProperty(chm, label, value)
Arguments
chm |
The chm to add the property to. |
label |
The property label. |
value |
The property value. |
Value
The extended chm.
See Also
[Package NGCHM version 1.0.3 Index]