R/colorCusGrinf.R

Defines functions colorCusGrinf

Documented in colorCusGrinf

colorCusGrinf = function(brkpts,cols=c("green","yellow","red")) {
  return(colorRampPalette(cols) (length(brkpts)-1))
}
lspatial/sptemUS documentation built on May 29, 2019, 3:42 a.m.