Description Usage Arguments Value See Also Examples
The function calculates anomalies of a RasterStack by supplying a
suitable seasonal window. E. g. to create monthly anomalies of a
raster stack of 12 layers per year, use cycle.window = 12
.
1 2 3 4 5 6 |
x |
An object of class 'RasterStack' (or 'RasterBrick') or, alternatively, a 'numeric' time series. |
cycle.window |
Integer. The window for the creation of the anomalies. |
use.cpp |
Logical. Determines whether or not to use Rcpp
functionality, defaults to |
filename |
|
... |
Additional arguments passed on to |
If x
is a 'RasterStack' (or 'RasterBrick') object, a
deseasoned 'RasterStack'; else a deseasoned 'numeric' vector.
1 2 3 4 5 6 7 8 |
Loading required package: Rcpp
Loading required package: raster
Loading required package: sp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.