Skip to content

Commit

Permalink
v2: docs- update
Browse files Browse the repository at this point in the history
Signed-off-by: Daena Rys <rysdaena8@gmail.com>
  • Loading branch information
Daenarys8 committed Aug 5, 2024
1 parent 62a6432 commit 8f03f35
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
9 changes: 6 additions & 3 deletions R/simulateConsumerResource.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@
#' The dimension should be identical to matrix E.
#' (Default: \code{NULL})
#' @param inflow_rate, outflow_rate \code{Numeric scalar}. The inflow
#' and outflow rate of a culture process. By default, inflow_rate and
#' outflow_rate are 0, indicating a batch culture process. By setting them
#' equally larger than 0, we can simulate a continuous culture(e.g. chemostat).
#' of a culture process. By default, inflow_rate and is 0, indicating a batch
#' culture process. When larger than 0, we can simulate a continuous
#' culture(e.g. chemostat).
#' @param outflow_rate \code{Numeric scalar}. outflow rate of a culture process
#' By default, outflow_rate is 0, indicating a batch culture process. When larger
#' than 0, we can simulate a continuous culture(e.g. chemostat).
#' @param volume \code{Numeric scalar}. Indicates the volume of the continuous
#' cultivation. This parameter is important for simulations where inflow_rate
#' or outflow_rate are not 0. (Default: \code{1000})
Expand Down
10 changes: 7 additions & 3 deletions man/simulateConsumerResource.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f03f35

Please sign in to comment.