lin_interp: Linear interpolation between sets of points

View source: R/gen_integration-tools.R

lin_interpR Documentation

Linear interpolation between sets of points

Description

Linear interpolation between sets of points

Usage

lin_interp(x, y, min_x = 0, max_x)

Arguments

x

typically this should be depth

y

typically this should be n/m3 or mg/m3

min_x

expands the first y value to this value default at 0

max_x

expands the last y value to this value

Author(s)

Alex Barth


TheAlexBarth/EcotaxaTools documentation built on Nov. 14, 2024, 8:27 p.m.