R/geoplotbwpalette.R

Defines functions geoplotbwpalette

Documented in geoplotbwpalette

#' Black and white palette
#' 
#' Sets palette to 155 or so greys.
#' 
#' 
#' @return Sets the palette, no value.
#' @note Redundant, deprecate?
#' @seealso Called by \code{\link{bwps}}.
#' @keywords color
#' @export 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 29, 2017, 5:36 p.m.