R/choropleth.R

Defines functions `choropleth`

`choropleth` <-
function(sp,v,shading=auto.shading(v),...) 
{	i = shading$cols[1+findInterval(v,shading$breaks)]
	plot(sp,col=i,...) }

Try the GISTools package in your browser

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

GISTools documentation built on May 6, 2019, 1:09 a.m.