R/CommT.plotcolors.R

CommT.plotcolors <-
function (n=6, h=c(0,360)+15) {
    if ((diff(h)%%360) < 1) {
        h[2] = h[2]-360/n
    }
    hcl(h = (seq(h[1], h[2], length=n)), c=100, l=65)
}

Try the CommT package in your browser

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

CommT documentation built on May 2, 2019, 3:27 a.m.