a list of 2 or more 2D matrices with equal sizes and no missing or inifinite values, as required by as.sadforecast
xmin
values smaller than xmin are set to zero
log
logical, do you want to log-transfrom the data? (recommended for precipitation)
rsm
number of pixels which are linearly smoothed at the edge
Nx
size to which the data is extended in x-direction
Ny
size to which the data is extended in y-direction
boundaries
how to handle the boundary conditions, either "pad", "mirror" or "periodic"
Value
an object of class sadforecast which has been prepared in the desired way.
Details
the positions within the extended field where the original field resides are output as attributes "px", "py" of the result. The other input parameters are saved as attributes of the result as well.