Learn R Programming

Rvision (version 0.3)

split: Split an Image into Separate Channels

Description

split returns a list of grayscale images corresponding to each of the channels (green, blue, red, or alpha) of an image.

Usage

split(image)

Arguments

image

An Image object.

Value

A list of single channel (grayscale) Image objects.

See Also

merge, Image

Examples

Run this code
# NOT RUN {
# TODO
# }

Run the code above in your browser using DataLab