diff options
| author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2026-01-05 07:18:23 +0100 |
|---|---|---|
| committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2026-01-05 07:20:41 +0100 |
| commit | 560b2dbf139015633b0807613884cbfa4d3f4e95 (patch) | |
| tree | 4ef3e733f3f1cb44a98af0a48b44361bcc05c427 /man/plot.one_box.Rd | |
| parent | f0bf040afbadf07c21dc65495e344c0d2a25f9c3 (diff) | |
Also, use markdown for some links that R CMD check complained about.
Diffstat (limited to 'man/plot.one_box.Rd')
| -rw-r--r-- | man/plot.one_box.Rd | 4 |
1 files changed, 2 insertions, 2 deletions
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} } |
