linramp: Linear ramp function

View source: R/helpfulfunctions.R

linrampR Documentation

Linear ramp function

Description

Computes the (noiseless) linear ramp function.

Usage

linramp(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.