From 10146dc469b218a97319fc4d49f12cb73cc9b5ba Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 6 Feb 2026 17:39:23 +0100 Subject: Support units in UK drainage calculations Also, address some R CMD check notes --- man/one_box.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/one_box.Rd') 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 -- cgit v1.2.3