This generic function is designed for plotting the heatmap for MultifeatureGrid objects
plot_heatmap(object, ...)
Arguments
- object
The object for which the plot is to be created. The class of this object
will determine which specific method is used.
- ...
Additional arguments to be passed to the specific method for creating the plot.
Value
The result of the specific method for creating the plot, typically a ggplot object.