rc.plot: Reconstructed Image Plot

View source: R/rc.plot.R

rc.plotR 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 levelplot.

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.


estfernandez/SAFARI documentation built on July 28, 2022, 8:37 a.m.