heatmapResults: Plot results on a heatmap.
Description
Plot results on a heatmap.
Usage
heatmapResults(toPlot, cols, scale = "none", breaks, nacolor = "grey")
Arguments
- toPlot
data frame with data to be plotted.
- cols
colors for the side bar (by group).
- scale
"none", "row" or "column".
- breaks
numeric vector with breaks for colouring. Optional.
- nacolor
color for NA values. Grey by default.
Author
M Isabel Alcoriza-Balaguer <maribel_alcoriza@iislafe.es>