LinInterp: Linear interpolation of a y value at level xlev based on a...

View source: R/Misc_Internal.R

LinInterpR Documentation

Linear interpolation of a y value at level xlev based on a vector x and y

Description

Linear interpolation of a y value at level xlev based on a vector x and y

Usage

LinInterp(x, y, xlev, ascending = FALSE, zeroint = FALSE)

Arguments

x

A vector of x values

y

A vector of y values (identical length to x)

xlev

A the target level of x from which to guess y. Can be either a numeric or vector.

ascending

Are the the x values supposed to be ordered before interpolation

zeroint

is there a zero-zero x-y intercept?

Details

As of version 3.2, this function uses stats::approx

Author(s)

T. Carruthers


Blue-Matter/MSEtool documentation built on April 25, 2024, 12:30 p.m.