diff options
| author | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-02-06 17:39:23 +0100 |
|---|---|---|
| committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-02-06 17:39:23 +0100 |
| commit | 10146dc469b218a97319fc4d49f12cb73cc9b5ba (patch) | |
| tree | 93d5c57e33446f81898e484b421e070c2a45a866 /man/one_box.Rd | |
| parent | f0bf040afbadf07c21dc65495e344c0d2a25f9c3 (diff) | |
Support units in UK drainage calculations
Also, address some R CMD check notes
Diffstat (limited to 'man/one_box.Rd')
| -rw-r--r-- | man/one_box.Rd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/one_box.Rd b/man/one_box.Rd index a60aa39..afa6e10 100644 --- a/man/one_box.Rd +++ b/man/one_box.Rd @@ -19,10 +19,10 @@ one_box(x, ini, ..., t_end = 100, res = 0.01) \item{x}{When numeric, this is the half-life to be used for an exponential decline. When a character string specifying a parent decline model is given e.g. \code{FOMC}, \code{parms} must contain the corresponding parameters. -If x is an \code{\link{mkinfit}} object, the decline is calculated from this +If x is an \link[mkin:mkinfit]{mkin::mkinfit} object, the decline is calculated from this object.} -\item{ini}{The initial amount. If x is an \code{\link{mkinfit}} object, and +\item{ini}{The initial amount. If x is an \link[mkin:mkinfit]{mkin::mkinfit} object, and ini is 'model', the fitted initial concentrations are used. Otherwise, ini must be numeric. If it has length one, it is used for the parent and initial values of metabolites are zero, otherwise, it must give values for |
