chmNewProperty {NGCHM} | R Documentation |
Create a new Property for adding to a NGCHM.
Description
This function creates a new Property object for adding to a Next Generation Clustered Heat Map.
Usage
chmNewProperty(label, value)
Arguments
label |
The property label |
value |
The property value |
Value
An object of class ngchmProperty
See Also
Examples
prop <- chmNewProperty(
"chm.info.caption",
"This is a nifty new CHM."
)
[Package NGCHM version 1.0.3 Index]