flux_quad: quadratic deterministic tracer flux

View source: R/flux_helpers.R

flux_quadR 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()


admtools documentation built on Oct. 4, 2024, 1:09 a.m.