combo_heatmap: Plot heatmap result of pmapply

Description Usage Arguments Examples

View source: R/combo_heatmap.R

Description

Plot heatmap result of pmapply

Usage

1
2
combo_heatmap(combo_mat, gradient_low = "lightgrey",
  gradient_high = "red")

Arguments

combo_mat

a matrix generated from 'pmapply'

gradient_low

color for low values

gradient_high

color for high values

Examples

1
2
3
4
5
## Not run: 
cormat <- pmapply(iris[,c(1:4)], function(x, y) cor(x, y))
combo_heatmap(cormat)

## End(Not run)

daranzolin/pmapply documentation built on Nov. 4, 2019, 9:39 a.m.