From 46883a0c3a3c00127a563a7befa0af440573baaa Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 19 Jan 2017 11:22:08 +0100 Subject: Correct default y axis label for plot.one_box --- docs/reference/plot.one_box.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/reference/plot.one_box.html') diff --git a/docs/reference/plot.one_box.html b/docs/reference/plot.one_box.html index d75b465..4c3cb82 100644 --- a/docs/reference/plot.one_box.html +++ b/docs/reference/plot.one_box.html @@ -75,7 +75,7 @@
# S3 method for one_box
 plot(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

-- cgit v1.2.1