imgGreenBand {biOps}R Documentation

Return the image green band

Description

This function returns the green band of the imagedata.

Usage

imgGreenBand(x)

Arguments

x The image

Value

grey imagedata

Examples

        ## Not run: 
                x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
                plot(imgGreenBand(x))
        
## End(Not run)

[Package biOps version 0.2.1 Index]