R/choropleth.R

Defines functions choropleth

Documented in choropleth

choropleth <-
function(sp,dem="pop2000",cuts=list("quantile",seq(0, 1, 0.25)),color=list(fun="hsv",attr=list(h = c(.4,.5,.6,.7), s = .6, v = .6, alpha=1)),main=NULL,sub="Quantiles (equal frequency)",border="transparent",legend=list(pos="bottomleft",title="Population Count"),type="plot",...){
	
m <- match.call()
m[[1]] <- as.name(paste("choropleth",type,sep="."))

eval(m, parent.frame())
}

Try the UScensus2000 package in your browser

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

UScensus2000 documentation built on May 2, 2019, 5:13 p.m.