View source: R/transform_colours.R
transform_colours | R Documentation |
This function transforms an array of RGB absolute values into a similar array containing the proportion of each band (= colour variable): r g and b.
transform_colours(image_array)
image_array |
an array of class |
The proportions are calculated as r
= R
/ (R + G
+ B
), and so on. It is used by function read_image().
Returns an array of class transformed_image
containing the
proportions of each colour variable in the pixels of the image. The third
dimension of the array is named "bands" and its elements are labelled as
"r", "g" and "b", respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.