diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-01-04 05:34:42 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-01-04 05:34:42 +0100 |
commit | a583cd7e3eecef4c70ac09304495c765a84e76ce (patch) | |
tree | 97e75b3f23ee06715f9973fa9831314990e3a2cb /R/mkinmod.R | |
parent | fc692554ecdaff66548cc3e6d666e44b7aaaa9af (diff) |
Update documentation of 'use_of_ff' argument
Diffstat (limited to 'R/mkinmod.R')
-rw-r--r-- | R/mkinmod.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/mkinmod.R b/R/mkinmod.R index d8740aed..47307ab7 100644 --- a/R/mkinmod.R +++ b/R/mkinmod.R @@ -26,7 +26,7 @@ #' Additionally, [mkinsub()] has an argument \code{to}, specifying names of #' variables to which a transfer is to be assumed in the model. #' If the argument \code{use_of_ff} is set to "min" -#' (default) and the model for the compartment is "SFO" or "SFORB", an +#' and the model for the compartment is "SFO" or "SFORB", an #' additional [mkinsub()] argument can be \code{sink = FALSE}, effectively #' fixing the flux to sink to zero. #' In print.mkinmod, this argument is currently not used. |