anomalize: Create an anomaly RasterStack

Description Usage Arguments Value See Also Examples

Description

The function creates an anomaly RasterStack either based on the overall mean of the original stack, or a supplied reference RasterLayer. For the creation of seasonal anomalies use deseason.

Usage

1
anomalize(x, reference = NULL, ...)

Arguments

x

a RasterStack

reference

an optional RasterLayer to be used as the reference

...

additional arguments passed to calc which is used under the hood

Value

an anomaly RasterStack

See Also

deseason, denoise, calc

Examples

1
2
3
4
5
6
7
8
data(australiaGPCP)

aus.anom <- anomalize(australiaGPCP)

opar <- par(mfrow = c(1,2))
plot(australiaGPCP[[1]], main = "original")
plot(aus.anom[[1]], main = "anomalized")
par(opar)

environmentalinformatics-marburg/Reot documentation built on May 16, 2019, 7:50 a.m.