image.edge_heatmap: image() method for plotting Rnet heatmaps
Description
image() method for plotting Rnet heatmaps
Usage
# S3 method for edge_heatmap
image(x, axes = T, ...)
Arguments
x
An object with class(x) = 'edge_heatmap', produced by Rnet_Heatmap()
axes
logical; if TRUE add axes to the heatmap plot.
...
graphical parameters to be passed to image.default() inside this method.