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

Details

The argument type specifies the image type with the following options:

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]