diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-03 15:13:59 +0100 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-03 15:13:59 +0100 | 
| commit | bde136db0a42fad5e128f40d8298bd9a35b96491 (patch) | |
| tree | 178f4efc8ca9e32938e61e8a1d3ee31ed390c5f7 | |
| parent | ae8ba4b0e52aae9b317b0244e7162037bee9d27b (diff) | |
Small doc improvement
| -rw-r--r-- | R/mkinmod.R | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/R/mkinmod.R b/R/mkinmod.R index a7353e81..071f9e0e 100644 --- a/R/mkinmod.R +++ b/R/mkinmod.R @@ -33,8 +33,8 @@  #' @param use_of_ff Specification of the use of formation fractions in the  #'   model equations and, if applicable, the coefficient matrix.  If "max",  #'   formation fractions are always used (default).  If "min", a minimum use of -#'   formation fractions is made, i.e. each pathway to a metabolite has its -#'   own rate constant. +#'   formation fractions is made, i.e. each first-order pathway to a metabolite +#'   has its own rate constant.  #' @param speclist The specification of the observed variables and their  #'   submodel types and pathways can be given as a single list using this  #'   argument. Default is NULL. | 
