int_to_col | R Documentation |
Packed RGBA values are used in R's native raster objects.
int_to_col(icol)
icol |
Integer vector (where the 4 bytes making up each integer represent the RGBA values of the color) |
Character vector
icols <- col_to_int(c("hotpink", "#abc", "#abcd", "#aabb99", "#aabb9980"))
int_to_col(icols)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.