Skip to contents

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

Examples

prop <- chmNewProperty(
  "chm.info.caption",
  "This is a nifty new CHM."
)