I\'m creating some maps from raster files using the \"raster\" package in R. I\'d like to create comparison rasters, showing several maps side by side. It\'s important for this
Easy solution now is to use the zlim option.
plot( d, col=rev( rainbow( 99, start=0,end=1 ) ),zlim=c(0,1) )