Skip to content
Prev 5136 / 29559 Next

topographic maps

On Wed, 25 Feb 2009, Hans-J?rg Bibiko wrote:

            
Well, readGDAL, I hope? If so, use readGDAL(..., output.dim=) to decimate 
the image.

For display, note that the R graphics engines only output vector graphics, 
so each raster cell is drawn as a filled rectangle, which takes time. The 
trick of decimating the image on input ought to reduce the number of 
rectangles to plot.

Roger