Commit 2c5f673f authored by unknown's avatar unknown
Browse files

Adding a "TimeLag" argument

Showing with 2 additions and 2 deletions
+2 -2
SeriesAggreg_new <- function(TabSeries, TimeFormat, NewTimeFormat, ConvertFun, YearFirstMonth = 01, TimeLag = 0, verbose = TRUE){ SeriesAggreg_new <- function(TabSeries, TimeFormat, NewTimeFormat, ConvertFun, YearFirstMonth = 1, TimeLag = 0, verbose = TRUE){
##_Arguments_check ##_Arguments_check
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
\title{Conversion of time series to another time step (aggregation only)} \title{Conversion of time series to another time step (aggregation only)}
\usage{ \usage{
SeriesAggreg(TabSeries, TimeFormat, NewTimeFormat, ConvertFun, SeriesAggreg(TabSeries, TimeFormat, NewTimeFormat, ConvertFun,
YearFirstMonth = 1, verbose = TRUE) YearFirstMonth = 1, TimeLag = 0, verbose = TRUE)
} }
\arguments{ \arguments{
\item{TabSeries}{[POSIXlt+numeric] dataframe containing the vector of dates and the time series values} \item{TabSeries}{[POSIXlt+numeric] dataframe containing the vector of dates and the time series values}
......
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