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))
}
HenrikBengtsson/aroma.core documentation built on Feb. 20, 2024, 9:17 p.m.