search for: xpoly

Displaying 2 results from an estimated 2 matches for "xpoly".

Did you mean: poly
2019 Jun 09
2
Major release of xocc C compiler, 0.9.2, based on BSD license!
...ompiler and analysis tools. More important is, any feedback on the compiler and its components would be much appreciated! For more details, see: https://github.com/stevenknown/xgen https://github.com/stevenknown/xoc https://github.com/stevenknown/xocfe https://github.com/stevenknown/xpoly -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190609/94003eb2/attachment.html>
2011 Jan 13
0
Colouring areas on a map with updated maptools functions
...mber of rows as the shapefile and one column populated with numbers from 1 to 8 which represented an attribute for each of those states. The code then plotted those numbers as colours on the map so each state had the appropriate colour. This was the code: x<-read.shape("NGADMIN2.SHP") xpolys<-Map2poly(x) coverage<-read.table("coveragemar08.txt",header=T) colour1<-coverage[,2] palette(c("red4","red3","red2","orangered","orange","gold1","yellow","white")) plot(xpolys, axes=F, colour1) I...