show image data as an image
imshow( data, channels = 1, show.excluded = FALSE, main = paste0(" ", colnames(data)[channels]), colmap = "jet" )
data
: data with imagechannels
: indices for one or three columns to show as image channelsshow.excluded
: logical, if TRUE the method also shows the excluded (hidden) pixelsmain
: main title for the imagecolmap
: colormap using to show the intensity levels