aboutsummaryrefslogtreecommitdiff
path: root/man/plot.one_box.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/plot.one_box.Rd')
-rw-r--r--man/plot.one_box.Rd13
1 files changed, 10 insertions, 3 deletions
diff --git a/man/plot.one_box.Rd b/man/plot.one_box.Rd
index a212c11..35e7bf7 100644
--- a/man/plot.one_box.Rd
+++ b/man/plot.one_box.Rd
@@ -4,9 +4,16 @@
\alias{plot.one_box}
\title{Plot time series of decline data}
\usage{
-\method{plot}{one_box}(x, xlim = range(time(x)), ylim = c(0, max(x)),
- xlab = "Time", ylab = "Residue", max_twa = NULL,
- max_twa_var = dimnames(x)[[2]][1], ...)
+\method{plot}{one_box}(
+ x,
+ xlim = range(time(x)),
+ ylim = c(0, max(x)),
+ xlab = "Time",
+ ylab = "Residue",
+ max_twa = NULL,
+ max_twa_var = dimnames(x)[[2]][1],
+ ...
+)
}
\arguments{
\item{x}{The object of type \code{\link{one_box}} to be plotted}

Contact - Imprint