X-Git-Url: https://git.auder.net/?p=talweg.git;a=blobdiff_plain;f=pkg%2FR%2Futils.R;h=712a4f8d37f461be977f57a0c03f0b48d33d01e4;hp=3486ee96ec03ac98941b75d06506cd5c40654114;hb=4e25de2cf40b946ac6e8c2abc824637a249941d1;hpb=d09b09b0c811305405caf871d467f1a5ab34770f diff --git a/pkg/R/utils.R b/pkg/R/utils.R index 3486ee9..712a4f8 100644 --- a/pkg/R/utils.R +++ b/pkg/R/utils.R @@ -53,11 +53,11 @@ integerIndexToDate = function(index, data) #' getSimilarDaysIndices #' -#' Find similar days indices in the past +#' Find similar days indices in the past. #' #' @param index Day index (numeric or date) #' @param limit Maximum number of indices to return -#' @param same_seaon Should the indices correspond to day in same season? +#' @param same_season Should the indices correspond to day in same season? #' #' @export getSimilarDaysIndices = function(index, limit, same_season)