get_channel | R Documentation |
Extract a color channel from an image
get_channel(im, channel)
im |
an image |
channel |
color channel to extract. either numeric or string. |
an image
R = get_channel(regatta, 1) plot(R) G = get_channel(regatta, "G") plot(G)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.