R/palette_RYB.R

Defines functions palette_RYB

Documented in palette_RYB

palette_RYB <-
function(n=100) {
   palette <- colorRampPalette(c(brewer.pal(11, "RdYlBu"), "darkblue"))
   return(palette(n))
}

Try the simecolUtil package in your browser

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

simecolUtil documentation built on May 2, 2019, 5:57 p.m.