Set the value of an NG-CHM property.
Usage
chmProperty(x, label) <- value
Examples
hm <- chmNew("Empty")
chmProperty(hm, "chm.info.caption") <- "Nothing to see here"
Set the value of an NG-CHM property.
chmProperty(x, label) <- value
hm <- chmNew("Empty")
chmProperty(hm, "chm.info.caption") <- "Nothing to see here"