imgRedBand {biOps}R Documentation

Return the image red band

Description

This function returns the red band of the imagedata.

Usage

imgRedBand(x)

Arguments

x The image

Value

grey imagedata

Examples

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

[Package biOps version 0.2.1 Index]