R/yellow.colors.R

Defines functions yellow.colors

Documented in yellow.colors

yellow.colors <- function(n) { 
  hsv(h=0.17, s=1, v=0:(n-1)/(n-1))
#  hcl(h=80, c=100, l=100*0:(n-1)/(n-1))
}

Try the aroma.core package in your browser

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

aroma.core documentation built on Nov. 16, 2022, 1:07 a.m.