imageMat | R Documentation |
Plots an image of a matrix.
imageMat(
mat,
title,
col = grDevices::grey.colors(length(table(c(mat))), rev = TRUE)
)
mat |
matrix |
title |
optional title of the plot |
col |
colors |
nothing
Timothee Flutre
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.