chmProperty-set: Set the value of an NG-CHM property.

chmProperty<-R Documentation

Set the value of an NG-CHM property.

Description

Set the value of an NG-CHM property.

Usage

chmProperty(x, label) <- value

Arguments

x

The NG-CHM object on which to set the property.

label

The name of the property to set. If no property with that name exists, a new property with that name is appended.

value

A non-empty vector of character, logical, or numeric values.

Value

The modified NG-CHM object.

See Also

ngchm

Examples

hm <- chmNew("Empty")
chmProperty(hm, "chm.info.caption") <- "Nothing to see here"


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