diff options
Diffstat (limited to 'R/parent_solutions.R')
-rw-r--r-- | R/parent_solutions.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/parent_solutions.R b/R/parent_solutions.R index e02bcda7..04226b73 100644 --- a/R/parent_solutions.R +++ b/R/parent_solutions.R @@ -191,7 +191,7 @@ SFORB.solution = function(t, parent_0, k_12, k_21, k_1output) { #' @family parent solutions #' @inherit SFO.solution #' @param kmax Maximum rate constant. -#' @param k0 Minumum rate constant effective at time zero. +#' @param k0 Minimum rate constant effective at time zero. #' @param r Growth rate of the increase in the rate constant. #' @note The solution of the logistic model reduces to the #' \code{\link{SFO.solution}} if \code{k0} is equal to \code{kmax}. |