Skip to content
Prev 349972 / 398506 Next

plotting rasters - no plot, no error

On Wed, 15 Apr 2015 at 00:50 Monica Pisica <pisicandru at hotmail.com> wrote:

            
Hello, can you try these on both systems and see if there's a difference?

 library(raster)
plot(raster(volcano))

plot(raster(volcano), useRaster = TRUE)

the useRaster argument refers to use of graphics::rasterImage rather than
image.defaul under (package) raster's hood.

Cheers, Mike.