chmRegisterToolboxFunction: Register a Javascript function for use in the NGCHM toolbox.

View source: R/functions.R

chmRegisterToolboxFunctionR Documentation

Register a Javascript function for use in the NGCHM toolbox.

Description

This function registers a Javascript function that can included in the toolbox of an NGCHM. This function is intended for use by NGCHM system developers.

Usage

chmRegisterToolboxFunction(tbtype, menulabel, jsfn)

Arguments

tbtype

A single character string specifying the type of the toolbox function.

menulabel

A single character string specifying the menu label of the toolbox function.

jsfn

The function to be registered. This should be an object of class 'ngchmJS'.

Value

None. This function is used for its side effects of registering a new toolbox function.

See Also

chmNewFunction()

ngchmAxisFunction

ngchmMatrixFunction


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