flux_quad {admtools} | R Documentation |
quadratic deterministic tracer flux
Description
For usage with strat_cont_to_multiadm : defines quadratic tracer flux in the time domain defined by the function f(x) = ax^2 + bx + c
Usage
flux_quad(a = 1, b = 1, c = 1)
Arguments
a |
numeric |
b |
numeric |
c |
numeric |
Value
a function factory that takes no arguments. Upon each evaluation, it returns the quadratic function f(x) = ax^2 + bx + c
See Also
flux_linear()
, flux_const()
, strat_cont_gen_from_tracer()
[Package admtools version 0.3.0 Index]