chmNewProperty: Create a new Property for adding to a NGCHM.

View source: R/functions.R

chmNewPropertyR 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

ngchm

chmAddProperty()

Examples

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


MD-Anderson-Bioinformatics/NGCHM-R documentation built on April 1, 2024, 12:34 p.m.