Dear, I use gps points into UTM coordinates to do a raster. My code runs well, however the raster overlays the grid of the raster, specially on the right and left sides. Now I want to have an space between the raster and the grid on the right and left sides. Below my code:
>library(raster) >testo<-rasterFromXYZ(Image) >plot(testo) >plot(testo,col=(terrain.colors(255))) >testo2 <- aggregate(testo,fact=13, fun=mean) >plot(testo2) Your help will be greatly appreciate Komine -- View this message in context: http://r-sig-geo.2731867.n2.nabble.com/Space-between-grid-and-raster-tp7583977.html Sent from the R-sig-geo mailing list archive at Nabble.com. _______________________________________________ R-sig-Geo mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-sig-geo
