return.mean.enveloppe {spemd} | R Documentation |
Internal function, returns the mean enveloppe of a spatial dataset.
return.mean.enveloppe(extrema, data, zcol = "z", method = "splines",
n.pts.spline = 3, verbose = TRUE)
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. |
Pierre Roudier