diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-06-12 18:14:46 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-06-12 18:14:46 +0200 |
commit | 5c9dd5c269acc4a6e6e32a7e599afb8f98d8ca36 (patch) | |
tree | 8286c57a5cb41bce1482dca8bcd8eafe15972e27 /R | |
parent | 069824057caf8e57507852b858a7ecfd8e13e49a (diff) |
Documentation fix
Diffstat (limited to 'R')
-rw-r--r-- | R/twa.R | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -172,9 +172,8 @@ plot.one_box <- function(x, #' Create decline time series for multiple applications #' -#' If the number of application cycles \code{n} is greater than 1, the -#' application pattern specified in \code{applications} is repeated \code{n} -#' times, with an interval \code{i}. +#' If the application pattern is specified in \code{applications}, +#' \code{n} and \code{i} are disregarded. #' @param x A \code{\link{one_box}} object #' @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} |