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).
.
Name of the column containing the data.
Interpolation method. Currently only `splines` is supported.
.
Prints progress information messages. Defaults to TRUE.