The online article on model building provides some further context.
newKineticFunction(
name,
formula,
parameters,
function_type = c("general", "reversible", "irreversible")
)
Name to set, as string
Function formula to set, as string
Parameter types to set, as named character vector. Defaults to 'parameter' for every parameter.
Allowed values: 'substrate', 'product', 'modifier', 'parameter', 'volume', 'time', '__size'.
Type of function to set, as string. Defines if the function is general, reversible or irreversible.
function key
Other reaction functions:
clearCustomKineticFunctions()
,
deleteKineticFunction()
,
deleteReaction()
,
entity_finders
,
getParameterReferences()
,
getParameters()
,
getReactionMappings()
,
getReactionReferences()
,
getReactions()
,
getValidReactionFunctions()
,
newReaction()
,
setParameters()
,
setReactionFunction()
,
setReactionMappings()
,
setReactions()