plot.adimpro {adimpro}R Documentation

I/O functions

Description

Visualize image data.

Usage

## S3 method for class 'adimpro':
plot(x, new=FALSE, ...)

Arguments

x image object of class "adimpro"
new should new X11() be opened? default FALSE
... not used

Details

This functions shows information on the image. This includes histograms of color values in each channel of the specified (x$type) color space, a thumbnail, some information on the image and, if x was produced by awsimage, an image illustrating the local adaptation.

Value

nothing is returned.

Author(s)

Karsten Tabelow tabelow@wias-berlin.de

See Also

summary.adimpro

Examples

img.noise <- read.image(system.file("img/wias-noise.ppm",package="adimpro"))
plot(img.noise)

[Package adimpro version 0.4.4 Index]