
deseason
.
anomalize(x, reference = NULL, ...)
calc
(and, in turn,
writeRaster
) which is used under the hooddeseason
, denoise
, calc
data(australiaGPCP)
aus_anom <- anomalize(australiaGPCP)
opar <- par(mfrow = c(1,2))
plot(australiaGPCP[[10]], main = "original")
plot(aus_anom[[10]], main = "anomalized")
par(opar)
Run the code above in your browser using DataLab