diff options
| author | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-02-06 17:42:50 +0100 |
|---|---|---|
| committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-02-06 17:42:50 +0100 |
| commit | 1bbaa8ecc33d70e84a8e2c8ece4619ef3aa60029 (patch) | |
| tree | 43f079ad517830537fb2b15a9e8a357cc5f8a79d /man | |
| parent | 10146dc469b218a97319fc4d49f12cb73cc9b5ba (diff) | |
| parent | 560b2dbf139015633b0807613884cbfa4d3f4e95 (diff) | |
Merge branch 'main' into UK_drainage_with_units
Diffstat (limited to 'man')
| -rw-r--r-- | man/max_twa.Rd | 4 | ||||
| -rw-r--r-- | man/one_box.Rd | 2 | ||||
| -rw-r--r-- | man/plot.one_box.Rd | 4 | ||||
| -rw-r--r-- | man/sawtooth.Rd | 2 | ||||
| -rw-r--r-- | man/twa.Rd | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/man/max_twa.Rd b/man/max_twa.Rd index 0fb5c93..2bba22f 100644 --- a/man/max_twa.Rd +++ b/man/max_twa.Rd @@ -7,7 +7,7 @@ max_twa(x, window = 21) } \arguments{ -\item{x}{An object of type \code{\link{one_box}}} +\item{x}{An object of type \link{one_box}} \item{window}{The size of the moving window} } @@ -19,7 +19,7 @@ for finding the maximum. It is therefore recommended to check this using \code{max_twa}. } \details{ -The method working directly on fitted \link[mkin:mkinfit]{mkin::mkinfit}] objects uses the +The method working directly on fitted \link[mkin:mkinfit]{mkin::mkinfit} objects uses the equations given in the PEC soil section of the FOCUS guidance and is restricted SFO, FOMC and DFOP models and to the parent compound } diff --git a/man/one_box.Rd b/man/one_box.Rd index afa6e10..83a9fe0 100644 --- a/man/one_box.Rd +++ b/man/one_box.Rd @@ -37,7 +37,7 @@ all observed variables.} \item{parms}{A named numeric vector containing the model parameters} } \value{ -An object of class \code{one_box}, inheriting from \code{\link{ts}}. +An object of class \code{one_box}, inheriting from \link{ts}. } \description{ Create a time series of decline data diff --git a/man/plot.one_box.Rd b/man/plot.one_box.Rd index 443be99..91fddf0 100644 --- a/man/plot.one_box.Rd +++ b/man/plot.one_box.Rd @@ -16,7 +16,7 @@ ) } \arguments{ -\item{x}{The object of type \code{\link{one_box}} to be plotted} +\item{x}{The object of type \link{one_box} to be plotted} \item{xlim}{Limits for the x axis} @@ -51,5 +51,5 @@ plot(pred_2_saw) plot(pred_2_saw, max_twa = 21, max_twa_var = "m1") } \seealso{ -\code{\link{sawtooth}} +\link{sawtooth} } diff --git a/man/sawtooth.Rd b/man/sawtooth.Rd index 0850ded..d85b161 100644 --- a/man/sawtooth.Rd +++ b/man/sawtooth.Rd @@ -12,7 +12,7 @@ sawtooth( ) } \arguments{ -\item{x}{A \code{\link{one_box}} object} +\item{x}{A \link{one_box} object} \item{n}{The number of applications. If \code{applications} is specified, \code{n} is ignored} @@ -10,7 +10,7 @@ twa(x, window = 21) \method{twa}{one_box}(x, window = 21) } \arguments{ -\item{x}{An object of type \code{\link{one_box}}} +\item{x}{An object of type \link{one_box}} \item{window}{The size of the moving window} } |
