storage by-rows
[talweg.git] / pkg / R / utils.R
index 64c3c0a..3486ee9 100644 (file)
@@ -98,17 +98,6 @@ getSimilarDaysIndices = function(index, limit, same_season)
        return ( days[1:min(limit,length(days))] )
 }
 
-#' getSerie
-#'
-#' Return a time-serie from its centered version + level
-#'
-#' @param data A list as returned by \code{getData}
-#' @param index The index to return
-#'
-#' @export
-getSerie = function(data, index)
-       data[[index]]$centered_serie + data[[index]]$level
-
 #' getNoNA2
 #'
 #' Get indices in data of no-NA series followed by no-NA, within [first,last] range.