R/col2hsv.R

Defines functions col2hsv

Documented in col2hsv

### col2hsv.R

col2hsv <- function(col){
  ## Author: Rene Locher
  ## Version: 2005-01-18
  rgb2hsv(col2rgb(col))
}

Try the IDPmisc package in your browser

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

IDPmisc documentation built on Jan. 21, 2020, 5:06 p.m.