issues with NAs when using resample function
Hello~ I am trying to resample a raster layer to match the resolution of another layer using the bilinear interpolation method. Is there a way to ignore NAs (ocean) when I do this so that I don't lose data? na.rm=TRUE does not seem to do the trick Many thanks!