gtm-internal {gtm}R Documentation

Internal functions in gtm package

Description

Utility functions not intended for common usage.

Usage

gtm_r2m1 (cX, meshRows, meshCols)
gtm_r2m2 (cX, cY, meshRows, meshCols)
gtm_r2m3 (cX, cY, cZ, meshRows, meshCols)

Arguments

cX, cY, cZ column vectors with x-, y-, and x-data respectively; N-by-1
meshRows, meshCols number of rows and colmuns of the mesh matrices; meshRows*meshCols = N

Value

List of mesh matrices.


[Package gtm version 1.0 Index]