A single heatmap from ggplot2 using geom_raster
SingleRasterMap(
data,
raster = TRUE,
cell.order = NULL,
feature.order = NULL,
colors = PurpleAndYellow(),
disp.min = -2.5,
disp.max = 2.5,
limits = NULL,
group.by = NULL
)
A ggplot2 object
A matrix or data frame with data to plot
switch between geom_raster and geom_tile
...
...
A vector of colors to use
Minimum display value (all values below are clipped)
Maximum display value (all values above are clipped)
A two-length numeric vector with the limits for colors on the plot
A vector to group cells by, should be one grouping identity per cell