interpolate-methods: interpolate
Description
performs an interpolation on map using the interpolation method provided by object
Methods
- object = "Interpolation", map = "MareyMap"
- DO NOT USE in an 'real' programming language, this would be a virtual function
- object = "MMSlidingWindow", map = "MareyMap"
- interpolate using sliding windows
- object = "MMLoess", map = "MareyMap"
- interpolate using loess
- object = "MMSpline3", map = "MareyMap"
- interpolate using cubic splines.