plot.adimpro {adimpro} | R Documentation |
Visualize image data.
## S3 method for class 'adimpro': plot(x, new=FALSE, ...)
x |
image object of class "adimpro" |
new |
should new X11() be opened? default FALSE |
... |
not used |
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.
nothing is returned.
Karsten Tabelow tabelow@wias-berlin.de
img.noise <- read.image(system.file("img/wias-noise.ppm",package="adimpro")) plot(img.noise)