Learn R Programming

MareyMap (version 1.3.1)

interpolate-methods: interpolate

Description

performs an interpolation on map using the interpolation method provided by object

Arguments

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.

See Also

Interpolation-class