aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-01-19 11:22:08 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2017-01-19 11:22:08 +0100
commit46883a0c3a3c00127a563a7befa0af440573baaa (patch)
tree37b0f920766a49ede36d05e865ec26e7ec02b9d6 /man
parent3947731a5a8c3598271b26f5201dea4bcb13ef6d (diff)
Correct default y axis label for plot.one_box
Diffstat (limited to 'man')
-rw-r--r--man/plot.one_box.Rd2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/plot.one_box.Rd b/man/plot.one_box.Rd
index 8c8a301..a212c11 100644
--- a/man/plot.one_box.Rd
+++ b/man/plot.one_box.Rd
@@ -5,7 +5,7 @@
\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 = "Fraction of initial", max_twa = NULL,
+ xlab = "Time", ylab = "Residue", max_twa = NULL,
max_twa_var = dimnames(x)[[2]][1], ...)
}
\arguments{

Contact - Imprint