imgGetRGBFromBands: Return an RGB image

Description Usage Arguments Value Examples

Description

This function returns the RGB image compositing the given bands.

Usage

1

Arguments

R

A one-band image for the Red band

G

A one-band image for the Green band

B

A one-band image for the Blue band

Value

RGB imagedata

Examples

1
2
3
4
5
6
7
	## Not run: x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
		r <- imgRedBand(x)
		g <- imgGreenBand(x)
		b <- imgBlueBand(x)
		rgb <- imgGetRGBFromBands(r, g, b)
	
## End(Not run)

matiasb/biOps documentation built on May 21, 2019, 12:55 p.m.