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

Description Usage Arguments Author(s)

View source: R/Misc_Internal.R

Description

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

Usage

1
LinInterp(x, y, xlev, ascending = F, zeroint = F)

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

ascending

Are the the x values supposed to be ordered before interpolation

zeroint

is there a zero-zero x-y intercept?

Author(s)

T. Carruthers


DLMtool/DLMtool documentation built on June 20, 2021, 5:20 p.m.