Learn R Programming

QPot (version 1.0)

QPInterp: Quasi-potential interpolation

Description

This function estimates the quasi-potential value for any x- and y-values

Usage

QPInterp(X, Y, x.bound, y.bound, surface)

Arguments

X
the value of the x to interpolate
Y
the value of the y to interpolate
x.bound
two-element vector with respective minimum and maximum x values.
y.bound
two-element vector with respective minimum and maximum y values.
surface
the surface to interpolated, from QPGlobal

Details

this function uses simple bilinear interpolation for estimattion of any x- and y-value.