Skip to content
Prev 240304 / 398500 Next

Lattice plots for images

Have you tried using the 'mai' argument to par()? Something like:
par(mfrow=c(3,3), mai=c(0,0,0,0))

I've used this in conjunction with image() to plot raster data in a
tight grid. <http://biostatmatt.com/archives/727>

-Matt
On Wed, 2010-11-03 at 11:13 -0400, Neba Funwi-Gabga wrote: