From 5c9dd5c269acc4a6e6e32a7e599afb8f98d8ca36 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 12 Jun 2019 18:14:46 +0200 Subject: Documentation fix --- ChangeLog | 6 ++++++ R/twa.R | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c9594ed..5e51af7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +commit 069824057caf8e57507852b858a7ecfd8e13e49a +Author: Johannes Ranke +Date: 2019-05-14 12:41:16 +0200 + + Version bump and doc update + commit 41f3c867008c24b69a9bb0e5c7c084969d46bebd Author: Johannes Ranke Date: 2019-05-14 12:33:21 +0200 diff --git a/R/twa.R b/R/twa.R index ace7656..d283a18 100644 --- a/R/twa.R +++ b/R/twa.R @@ -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} -- cgit v1.2.1