km() is used as a pre-defined function to solve by ODE. It is an input for the ode function. It cannot be used independently.

km(t, y, parameters)

Arguments

t

numeric, time

y

numeric, concentration

parameters

list, parameters

Value

a function