R/col2string.R

Defines functions col2string

Documented in col2string

col2string <- function(x){
	aa <- as.hexmode(col2rgb(x))
	paste("#", paste(aa, collapse=""), sep="")
}

Try the spiderDev package in your browser

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

spiderDev documentation built on May 2, 2019, 5:23 p.m.