diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-19 09:27:36 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-19 09:27:36 +0100 |
commit | 74ed85b07f09ea99476208749cd274a476ba4536 (patch) | |
tree | 4e033b5a87651fdb2a2f1dd3135f8f0f70ba0393 /R | |
parent | a6d61c06d573574cf574ed893cc13808a9e8b785 (diff) |
Documentation updates
Diffstat (limited to 'R')
-rw-r--r-- | R/twa.R | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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)) |