Description Arguments Format Value Examples
The function implements the apply
-type iterators for the RasterArray class. Output values are constrained to RasterArrays, whenever possible.
Not yet implemented for multidimensional MARGINs.
X |
an array, including matrices and RasterArrays. |
MARGIN |
a vector giving the subscripts which the function will be applied over. E.g., for a matrix 1 indicates rows, 2 indicates columns, |
FUN |
the function to be applied: see ‘Details’ of |
... |
optional arguments passed to |
An object of class standardGeneric
of length 1.
Depending on the on the output of FUN
, a list
, a vector
or RasterArray
or SpatialArray
object.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.