| rc.plot {SAFARI} | R Documentation | 
Reconstructed Image Plot
Description
Plot a reconstructed image obtained from various types of modalities.
Usage
rc.plot(x, type = c("binary", "segments"), publication = FALSE, ...)
Arguments
| x | an integer matrix that represents the reconstructed image. | 
| type | a character string that specifies the image type. | 
| publication | a logical value, whether to create a figure without key nor scales. | 
| ... | additional graphical parameters passed to  | 
Details
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. 
Value
No return value, called for side effects i.e. plotting.
See Also
binary.segmentation for more information on reconstructed images.
[Package SAFARI version 0.1.0 Index]