aboutsummaryrefslogtreecommitdiff
path: root/R/twa.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-01-19 09:27:36 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2017-01-19 09:27:36 +0100
commit74ed85b07f09ea99476208749cd274a476ba4536 (patch)
tree4e033b5a87651fdb2a2f1dd3135f8f0f70ba0393 /R/twa.R
parenta6d61c06d573574cf574ed893cc13808a9e8b785 (diff)
Documentation updates
Diffstat (limited to 'R/twa.R')
-rw-r--r--R/twa.R7
1 files changed, 3 insertions, 4 deletions
diff --git a/R/twa.R b/R/twa.R
index c936805..dd3196a 100644
--- a/R/twa.R
+++ b/R/twa.R
@@ -163,12 +163,11 @@ plot.one_box <- function(x,
#' application pattern specified in \code{applications} is repeated \code{n}
#' times, with an interval \code{i}.
#' @param x A \code{\link{one_box}} object
-#' @param n The number of applications. If \code{applications} is specified, \code{n} is not used
+#' @param n The number of applications. If \code{applications} is specified, \code{n} is ignored
#' @param i The interval between applications. If \code{applications} is specified, \code{i}
-#' is not used
+#' is ignored
#' @param applications A data frame holding the application times in the first column and
-#' the corresponding amounts applied in the second column for each application cycle.
-#' If \code{n} is one, the application pattern specified here is used only once.
+#' the corresponding amounts applied in the second column.
#' @export
#' @examples
#' applications = data.frame(time = seq(0, 14, by = 7), amount = c(1, 2, 3))

Contact - Imprint