diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-05-12 08:07:07 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-05-12 08:36:31 +0200 |
commit | 9ac853c7ceece333099021974025d07e75be2b33 (patch) | |
tree | 21bd165193456a616140eb5b2484a1bb75dab765 /R/mkinmod.R | |
parent | feca0008dcf662bba5c728096c4e63b923b8979b (diff) |
Documentation improvements, rebuild static docs
Diffstat (limited to 'R/mkinmod.R')
-rw-r--r-- | R/mkinmod.R | 7 |
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 |