approx_2D: Perform 2D linear approximation

View source: R/utils.R

approx_2DR Documentation

Perform 2D linear approximation

Description

Return a matrix of points which linearly interpolate given data points.

Usage

approx_2D(x, y, xout)

Arguments

x

Vector, giving the coordinates of the points to be interpolated.

y

Matrix, giving the points to be interpolated.

xout

Vector, values specifying where interpolation is to take place.

Value

Matrix, interpolated data points.


StevenGolovkine/funestim documentation built on June 15, 2022, 3:42 a.m.