Commit d3c0e569 authored by unknown's avatar unknown
Browse files

There was a mistake in the name of the function SeriesAggreg()

Showing with 1 addition and 1 deletion
+1 -1
SeriesAggreg_new <- function(TabSeries, TimeFormat, NewTimeFormat, ConvertFun, YearFirstMonth = 1, TimeLag = 0, verbose = TRUE){
SeriesAggreg <- function(TabSeries, TimeFormat, NewTimeFormat, ConvertFun, YearFirstMonth = 1, TimeLag = 0, verbose = TRUE){
##_Arguments_check
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment