linramprev: Linear ramp function (reverse)

View source: R/helpfulfunctions.R

linramprevR Documentation

Linear ramp function (reverse)

Description

Computes the (noiseless) linear ramp function, but in reverse.

Usage

linramprev(t, t0 = 0, dt = 1, y0 = 0, dy = 1)

Arguments

t

Vector describing the x-axis (here, depth)

t0

the onset of the transition

dt

The transition duration

y0

The initial level of the observed values (here, proxy values)

dy

The increase in the observed values

Value

Returns a vector y-axis corresponding to t

Author(s)

Eirik Myrvoll-Nilsen, eirikmn91@gmail.com

See Also

linrampfitter


eirikmn/bremla documentation built on Jan. 25, 2025, 4:41 a.m.