diff options
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 |