'update'
[talweg.git] / pkg / R / utils.R
index 3f32868..b0d0ae0 100644 (file)
@@ -116,14 +116,14 @@ getSimilarDaysIndices = function(index, data, limit, same_season, days_in=NULL)
        return (day == day_ref)
 }
 
-#' getNoNA2
-#'
-#' Get indices in data of no-NA series followed by no-NA, within [first,last] range.
-#'
-#' @inheritParams dateIndexToInteger
-#' @param first First index (included)
-#' @param last Last index (included)
-#'
+# getNoNA2
+#
+# Get indices in data of no-NA series followed by no-NA, within [first,last] range.
+#
+# @inheritParams dateIndexToInteger
+# @param first First index (included)
+# @param last Last index (included)
+#
 .getNoNA2 = function(data, first, last)
 {
        (first:last)[ sapply(first:last, function(i)