From 74ed85b07f09ea99476208749cd274a476ba4536 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 19 Jan 2017 09:27:36 +0100 Subject: Documentation updates --- R/twa.R | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'R/twa.R') 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)) -- cgit v1.2.1