QPInterp: Quasi-potential interpolation

Description Usage Arguments Details

View source: R/QPInterp.R

Description

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

Usage

1
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

a two-element vector with the minimum and maximum x values used for computing the quasi-potential.

y.bound

a two-element vector with the minimum and maximum y values used for computing the quasi-potential.

surface

the surface to interpolated, from QPGlobal.

Details

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


bmarkslash7/QPot documentation built on Jan. 11, 2020, 11:11 a.m.