return.mean.enveloppe {spemd} | R Documentation |
return.mean.enveloppe
Description
Internal function, returns the mean enveloppe of a spatial dataset.
Usage
return.mean.enveloppe(extrema, data, zcol = "z", method = "splines",
n.pts.spline = 3, verbose = TRUE)
Arguments
extrema |
. |
data |
. |
zcol |
Name of the column containing the data. |
method |
Interpolation method. Currently only 'splines' is supported. |
n.pts.spline |
. |
verbose |
Prints progress information messages. Defaults to TRUE. |
Author(s)
Pierre Roudier
[Package spemd version 0.1-1 Index]