Displaying 2 results from an estimated 2 matches for "xpolys".
Did you mean:
polys
2019 Jun 09
2
Major release of xocc C compiler, 0.9.2, based on BSD license!
Hello everybody,
I'm glad to announce the major release of xocc C compiler, 0.9.2, based on BSD license.
xocc is a C compiler that based on XOC infrastructure, XGEN code generator and XOCFE
C frontend.
Both xocc, XOC, XGEN, and XOCFE are based on BSD license.
XOC provides multi-level operations, flexibility, and the capability of representing almost all popular languages.
There
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...