Displaying 1 result from an estimated 1 matches for "iab7".
Did you mean:
iab1
2006 Nov 07
2
wrong fill colors in polygon-map
...istrict ids, but everything seemed to be
fine.
Sample code:
****************
brks.pat<-quantile(patenting$patbus)
#palette.pat<-c("green", "blue", "grey", "darkgrey", "red")
palette.pat<-c(rep("green", 4), "red")
plot(iab7.poly, col=palette.pat[findInterval(patenting$patbus,
brks.pat)])
legend(1200, -200, fill=palette.pat, legend=round(brks.pat,2), cex=0.6)
title(main="patenting activity in german districts")
Data:
******
Iab7.poly contains the polygons of 343 German districts
patenting$patbus contains the...