View source: R/visualization.R
plotCol | R Documentation |
a matrix of colored cells when debugging
plotCol(col, nrow = 1, ncol = ceiling(length(col)/nrow), txt.col = "black")
col |
: a vector of colors |
nrow |
: number of rows in of the matrix (1 = default) |
ncol |
: number of columns in of the matrix. If nothing is used it will be computed automatically to fit the cols. |
txt.col |
: font color. |
plotCol
nothing
Edi Prifti
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.