R/colors.R

Defines functions col_to_rgbstring

col_to_rgbstring <- function(col) {
  rgb(t(grDevices::col2rgb(col)), maxColorValue = 255)
}

Try the clitable package in your browser

Any scripts or data that you put into this service are public.

clitable documentation built on Nov. 5, 2025, 5:27 p.m.