search for: rasterplots

Displaying 2 results from an estimated 2 matches for "rasterplots".

2012 Mar 19
1
plot method for rasters and layout
...; plot(raster3) > plot(raster4) > plot(any.other.graph.meant.to.be.in.frame.5) Plots giving the same layout as : > par(mfrow=c(2,3)) > plot(raster1) > plot(raster2) > plot(raster3) > plot(raster4) > plot(any.other.graph.supposed.to.fall.in.frame.5) i.e. 3 rasterplots on the first row followed by the fourth raster and the fifth graph, all of same size, the [2,3] frame being empty. I suppose this is due to a conflict between layout and the bigplot/smallplot approach used by the imageplot() function, from which the plot method for rasters is said to be inspire...
2012 Oct 21
1
[newbie] failure to plot a RasterLayer with raster::plot or fields::image.plot
summary: spatial data to be input to a regional-scale environmental model must (1) be converted to netCDF and then (2) "regridded" (cropped, projected, increased resolution). In a public git repository https://github.com/TomRoche/GEIA_to_NetCDF I have R code (with bash drivers) that does the conversion step, and plots the converted output, apparently correctly. However attempts to plot