summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/max_twa.Rd4
-rw-r--r--man/one_box.Rd2
-rw-r--r--man/plot.one_box.Rd4
-rw-r--r--man/sawtooth.Rd2
-rw-r--r--man/twa.Rd2
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}
diff --git a/man/twa.Rd b/man/twa.Rd
index a3509cd..da66257 100644
--- a/man/twa.Rd
+++ b/man/twa.Rd
@@ -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}
}

Contact - Imprint