search for: patbus

Displaying 1 result from an estimated 1 matches for "patbus".

Did you mean: patbuf
2006 Nov 07
2
wrong fill colors in polygon-map
...colors for most of the regions). I also tried simpler values (just 0 and 1 for different regions), same problem. I tried to check whether there is any problem with the match of data and district 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=roun...