View source: R/helpfulfunctions.R
linramp | R Documentation |
Computes the (noiseless) linear ramp function.
linramp(t, t0 = 0, dt = 1, y0 = 0, dy = 1)
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 |
Returns a vector y-axis corresponding to t
Eirik Myrvoll-Nilsen, eirikmn91@gmail.com
linrampfitter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.