R/shading.R

Defines functions `shading`

`shading` <-
function(breaks,cols=brewer.pal(length(breaks),'Reds')) 
{	res=list(breaks=breaks,cols=cols)
	class(res) = 'shading'
	res }

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.