R/grutil.R

Defines functions hmcols

#' @noRd
hmcols <- function() {
	rgb(
		c(rep(0, 128), seq(1, 255, length.out=127)),
		c(seq(255, 1, length.out=127), rep(0, 128)),
		0,
		maxColorValue = 255
	)
}

Try the heatmapFlex package in your browser

Any scripts or data that you put into this service are public.

heatmapFlex documentation built on Aug. 19, 2021, 9:07 a.m.