Description Usage Arguments Details Value Author(s) Source Examples
Apply a function across the spatial dimension of a "pField"
or
"pTs"
object by using apply
on the rows of the object. The
result of this gives a "pTs"
vector object, i.e. a single time
series.
1 | ApplySpace(data, FUN, ...)
|
data |
a |
FUN |
the function to be applied. |
... |
further arguments passed on to |
Input columns which only contain NA values are stripped befor applying the function. If only one non-NA column is present, this column is returned unchanged with a warning.
a single "pTs"
time series with the results of the function
applied.
Thomas Laepple
Function copied from "basis.R" in paleolibary/src/.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.