How to change the resolution of a raster layer in R
问题 I have several high resolution raster layers in R that I am working with. The level of detail is excessive for some of the analyses I am running, so I would like to speed things up by reducing the resolution. The coordinate system is UTM so the units are meters. The resolution says it is 30, 30 (x, y). So it seems that the resolution here is 30m. Could someone please advise me on how to change the resolution to 120m instead? I have read the help for the resample() and projectRaster()