Description Usage Arguments Details Value See Also Examples
Convert any (R,G,B) values in to color string of form "#rrggbb".
1 |
x |
(integer) matrix with three rows; red, green and blue. |
... |
Not used. |
This method is just a wrapper for rgb2col() in the R.base
package.
Returns (hexadecimal) color strings.
*colorsToRGB().
col2rgb, rgb.
For more information see Colors.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.