I have two Large Rasterstack (6000 each ). I would like to do some simple calculations such as
NewRasterStack = RasterStack_1 + RasterStack2*(-3)
Could you be kind to help me to suggest working code to do this calculation ? All the data is processed using R raster package, so I am looking for raster calc function.
Thank you in advance!