| print.imagedata {biOps} | R Documentation |
This function outputs information on a given imagedata object.
print.imagedata(x, ...)
x |
The image |
... |
Ignored |
## Not run:
x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
print(x)
## End(Not run)