powered by
Visualization of matrix entries in heatmap format, the color scale depends on the numerical values.
matrix.heatmap(mat, ...)
No return, just plot the heatmap in the current graphic window.
the matrix to visualize
any argument that could be pass to the functions image.plot or image.
image.plot
image
Ghislain Durif (https://gdurif.perso.math.cnrs.fr/).
The function matrix.heatmap is a wrapper for the function image.plot from the 'fields' package.
matrix.heatmap
logit.spls, stability.selection, stability.selection.heatmap
logit.spls
stability.selection
stability.selection.heatmap
### load plsgenomics library library(plsgenomics) ### generate a matrix A = matrix(runif(10*10), ncol=10) ### heatmap of estimated probabilities matrix.heatmap(A)
Run the code above in your browser using DataLab