pheatmap_scale_colours {cape} | R Documentation |
pheatmap scale colours found at this link https://cran.r-project.org/package=pheatmap
Description
This function is internal to 'pheatmap' and not exported, but our code depends on it. We added it here till it becomes exported.
Usage
pheatmap_scale_colours(mat, col = rainbow(10), breaks = NA, na_col)
Arguments
mat |
matrix |
col |
color palette default set to rainbow(10) |
breaks |
number of breaks |
na_col |
color for na values |
[Package cape version 3.1.2 Index]