Roland Tanglao
About
tc a function to get the top colour name in R
May 6, 2015
tc <- function(x) { return (head(color.id(x),n=1)) }
Leave a comment on github