| imgGreenBand {biOps} | R Documentation |
This function returns the green band of the imagedata.
imgGreenBand(x)
x |
The image |
grey imagedata
## Not run:
x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
plot(imgGreenBand(x))
## End(Not run)