Plot a reconstructed image obtained from various types of modalities.
rc.plot(x, type = c("binary", "segments"), publication = FALSE, ...)an integer matrix that represents the reconstructed image.
a character string that specifies the image type.
a logical value, whether to create a figure without key nor scales.
additional graphical parameters passed to levelplot.
No return value, called for side effects i.e. plotting.
The argument type specifies the image type with the following options:
binary: reconstructed binary image, representing a greyscale medical image;
segments: segmented matrix, where each region is denoted by an integer value.
binary.segmentation for more information on reconstructed images.