imageF {ropls} | R Documentation |
Visualization of a numerical matrix
imageF(matrixMN, paletteC = c("heat", "revHeat", "grey", "revGrey", "palette", "ramp")[1], mainC = NA, logL = FALSE, fig.pdfC = NA)
matrixMN |
numerical matrix |
paletteC |
color palette to be used (either 'heat' -default, 'revHeat', 'grey', 'revGrey', 'palette', or 'ramp') |
mainC |
title (by default, the name of the matrixMN variable will be used) |
logL |
should the matrix values be log transformed? |
fig.pdfC |
file name for the figure (with '.pdf' extension), if set to NA (default), the figure is displayed on the screen |
No output.
data(sacurine) ropls::imageF(sacurine[['dataMatrix']])