pheatmap_generate_breaks {cape}R Documentation

pheatmap generate breaks 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_generate_breaks(x, n, center = FALSE)

Arguments

x

numeric vector

n

number of breaks

center

logical defaults to False


[Package cape version 3.1.2 Index]