getDistanceWeightedInterpolation: Generate a distance-weighted interpolation function with the...

Description Usage Arguments

Description

Produces an interpolation function of the form described in interpolations.

Usage

1
2
getDistanceWeightedInterpolation(inv.dist.fun = function(a, b) {     1/((a -
  b)^2) })

Arguments

inv.dist.fun

A function to calculate an inverse distance metric. Should be vectorized such that one of a or b may be a vector when the other is a scalar.


McDowellLab/loadflex documentation built on May 8, 2019, 9:48 a.m.