Function describing two exponential decline functions with a break point between them.

HS.solution(t, parent_0, k1, k2, tb)

Arguments

tb

Break point. Before this time, exponential decline according to k1 is calculated, after this time, exponential decline proceeds according to k2.

See also

Examples

plot(function(x) HS.solution(x, 100, 2, 0.3, 0.5), 0, 2, ylim=c(0,100))