rc.plot | R Documentation |
Plot a reconstructed image obtained from various types of modalities.
rc.plot(x, type = c("binary", "segments"), publication = FALSE, ...)
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 |
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.
No return value, called for side effects i.e. plotting.
binary.segmentation
for more information on reconstructed images.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.