Displaying 1 result from an estimated 1 matches for "tp4647742".
2012 Oct 29
3
How can I map numbers to colours with raster?
...t;- readBin(conne, integer(), size=1, n=360*720, signed=F)
y<-t(matrix((data=sd), ncol=360, nrow=720))
r = raster(y)
extent(r) = extent(c(xmn=-180,xmx=180,ymn=-90,ymx=90))
plot(r)
--
View this message in context: http://r.789695.n4.nabble.com/How-can-I-map-numbers-to-colours-with-raster-tp4647742.html
Sent from the R help mailing list archive at Nabble.com.