R/myhcl.colors.R

Defines functions `myhcl.colors`

`myhcl.colors` <-
function(n, k=260)
  {
    if(missing(k)) k = 260
    
  S1 =  hcl(h=seq(from=0, to=k, length=n) )
   return(S1)
  }

Try the RPMG package in your browser

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

RPMG documentation built on Aug. 19, 2023, 5:12 p.m.