Creates a heatmap plot from a matrix or data frame.
Arguments
- data
A matrix or data frame to be visualized as a heatmap. The row names and column names of the data will be used for labeling the heatmap axes.
- cell_width
Numeric value indicating the width of each cell in the heatmap. Default is 1.
- cell_height
Numeric value indicating the height of each cell in the heatmap. Default is 1.
- ...
Additional arguments to be passed to ggplot2 functions.