powered by
Visualization of matrix entries in heatmap format, the color scale depends on the numerical values.
matrix.heatmap(mat, ...)
the matrix to visualize
any argument that could be pass to the functions image.plot or image.
image.plot
image
No return, just plot the heatmap in the current graphic window.
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
# NOT RUN { ### 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