remove_channel: Remove a channel(s) from an image

View source: R/pictplot.R

remove_channelR Documentation

Remove a channel(s) from an image

Description

Remove a channel(s) from an image

Usage

remove_channel(im, index)

Arguments

im

an image

index

channel index to be removed

Value

an image

Examples

plot(remove_channel(regatta, 1:2)) # remove 1st (R) and 2nd (G) channels

tsuda16k/pictplot documentation built on March 1, 2023, 8:44 p.m.