Description Usage Arguments Details Value Author(s) Examples
Apply a function, which expects two arguments, row-wise, i.e. across space,
on two "pField"
objects. The result of this gives a "pField"
object with only one time step.
1 | ApplyFields(fld1, fld2, FUN, newtime = NULL, ...)
|
fld1 |
a |
fld2 |
a |
FUN |
the function to be applied on |
newtime |
Specify the observation time point corresponding to the
resulting |
... |
further arguments passed on to |
Note that the currect implementation expects both fields to have the exact same time basis, latitudes and longitudes; any differences will result in an error.
a "pField"
object with the results of the function applied.
Thomas Münch
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.