For usage with strat_cont_to_multiadm : defines linear tracer flux in the time domain Tracer flux is the linear function passing through the points (x0, y0) and (x1, y1)
flux_linear(x0 = 0, y0 = 1, x1 = 1, y1 = 2)
a function factory that takes no arguments. Upon each evaluation, it returns a linear function passing through the points (x0, y0) and (x1, y1)
numeric, abscissa
numeric, ordinate
numeric, abscissa
numeric, ordinate
flux_const()
, flux_quad()
, strat_cont_gen_from_tracer()