chmRegisterMatrixFunction: Register a predefined Javascript function for use in NGCHM...

chmRegisterMatrixFunctionR Documentation

Register a predefined Javascript function for use in NGCHM Matrix menus.

Description

This function registers a Javascript function that will be automatically added to the matrix menu when building a Next Generation Clustered Heat Map for matrices whose rows and columns match then function's axes types. This function is intended for use by NGCHM system developers.

Usage

chmRegisterMatrixFunction(rowtype, columntype, label, fn)

Arguments

rowtype

The row type required by this function.

columntype

The column type required by this function.

label

The name of the axis menu entry to be used for this function.

fn

The Javascript function to register.

See Also

chmAddAxisType()

chmRegisterAxisFunction()

chmRegisterTypeMapper()

chmNewFunction()


bmbroom/NGCHMR documentation built on April 18, 2022, 6:52 p.m.