plot.imagedata {biOps} | R Documentation |
This function outputs an imagedata object as an image.
plot.imagedata(x, ...)
x |
The image |
... |
Plotting options |
## Not run: x <- readJpeg(system.file("samples", "violet.jpg", package="biOps")) plot(x) ## End(Not run)