View source: R/histogram_to_rgbwt.R
histogram_to_rgbwt | R Documentation |
Colorize given histogram with input palette.
histogram_to_rgbwt( fhistogram, RGBA = array(c(250, 128, 114, 255, 144, 238, 144, 255, 176, 224, 230, 255), c(4, 3)) )
fhistogram |
Matrix or array R datatype interpreted as histogram. |
RGBA |
Integer matrix (4xn dim, n>= 2) with R, G, B and alpha channels
in integers, defaults to shades of |
Float RGBWT matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.