aboutsummaryrefslogtreecommitdiff
path: root/R/mkinmod.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-05-12 08:07:07 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-05-12 08:36:31 +0200
commit9ac853c7ceece333099021974025d07e75be2b33 (patch)
tree21bd165193456a616140eb5b2484a1bb75dab765 /R/mkinmod.R
parentfeca0008dcf662bba5c728096c4e63b923b8979b (diff)
Documentation improvements, rebuild static docs
Diffstat (limited to 'R/mkinmod.R')
-rw-r--r--R/mkinmod.R7
1 files changed, 6 insertions, 1 deletions
diff --git a/R/mkinmod.R b/R/mkinmod.R
index 7e9e9248..e58d1e22 100644
--- a/R/mkinmod.R
+++ b/R/mkinmod.R
@@ -48,12 +48,17 @@
#' \item{use_of_ff}{
#' The content of \code{use_of_ff} is passed on in this list component.
#' }
+#' \item{deg_func}{
+#' If generated, a function containing the solution of the degradation
+#' model.
+#' }
#' \item{coefmat}{
#' The coefficient matrix, if the system of differential equations can be
#' represented by one.
#' }
#' \item{cf}{
-#' If generated, the compiled function as returned by cfunction.
+#' If generated, a compiled function calculating the derivatives as
+#' returned by cfunction.
#' }
#' @note The IORE submodel is not well tested for metabolites. When using this
#' model for metabolites, you may want to read the second note in the help

Contact - Imprint