Skip to content
Prev 14323 / 29559 Next

writeGDAL: pseudocolor image?

Hello Agus,
Have you tried writeRaster() command from raster package?
I have tried it and it works wonderfully. I have tried it like this
octstack<-stack(croctb1,croctb2,croctb3,croctb4,croctb5,croctb7)
writeRaster(octstack,"H:/....../map_oct.tif", overwrite=T)
you can also write *.img and a number of other formats, check out raster 
package.

I hope it would help.
Good luck.
Vikram.
On 2/26/2012 11:10 PM, Agustin Lobo wrote: