f_gen {chemdeg} | R Documentation |
Formula of an n-order model.
Description
Given the reaction order , the function returns the equation
corresponding to that particular n^th^-order kinetic model.
For
:
for :
Usage
f_gen(n)
Arguments
n |
reaction order |
Value
A formula object containing the equation of the selected n^th^ order kinetic model.
Examples
nc <- 2
f_gen(nc)
f_gen(1)
[Package chemdeg version 0.1.4 Index]