myImagePlot {plsVarSel} | R Documentation |
Matrix plotting
Description
Plot a heatmap with colorbar.
Usage
myImagePlot(x, main, ...)
Arguments
x |
a |
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')
[Package plsVarSel version 0.9.12 Index]