R/geoplotbwpalette.R

Defines functions geoplotbwpalette

Documented in geoplotbwpalette

geoplotbwpalette <-
function(){
  x <- hsv(rep(0,155),rep(0,155),c(0,seq(1,0,length=154)))
  palette(x)
}

Try the geo package in your browser

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

geo documentation built on May 2, 2019, 5:22 p.m.