myImagePlot: Matrix plotting

View source: R/utilities.R

myImagePlotR Documentation

Matrix plotting

Description

Plot a heatmap with colorbar.

Usage

myImagePlot(x, main, ...)

Arguments

x

a matrix to be plotted.

main

header text for the plot.

...

additional arguments (not implemented).

Author(s)

Tahir Mehmood, Kristian Hovde Liland, Solve S?b?.

References

T. Mehmood, K.H. Liland, L. Snipen, S. S?b?, A review of variable selection methods in Partial Least Squares Regression, Chemometrics and Intelligent Laboratory Systems 118 (2012) 62-69.

See Also

VIP (SR/sMC/LW/RC), filterPLSR, shaving, stpls, truncation, bve_pls, ga_pls, ipw_pls, mcuve_pls, rep_pls, spa_pls, lda_from_pls, lda_from_pls_cv, setDA.

Examples

myImagePlot(matrix(1:12,3,4), 'A header')


khliland/plsVarSel documentation built on Feb. 5, 2023, 3:15 a.m.