deprecated/jet.colors.R

jet.colors <-
function (n) 
{
    x <- colorRampPalette(seq.int(0, 1, length.out = n))
    rgb(x[, 1], x[, 2], x[, 3], maxColorValue = 255)
}
galuardi/analyzepsat documentation built on May 17, 2019, 3:25 p.m.