Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HYCAR-Hydro
airGR
Commits
2c5f673f
Commit
2c5f673f
authored
Oct 25, 2016
by
unknown
Browse files
Adding a "TimeLag" argument
parent
c4694419
Changes
2
Hide whitespace changes
Inline
Side-by-side
R/SeriesAggreg.R
View file @
2c5f673f
SeriesAggreg_new
<-
function
(
TabSeries
,
TimeFormat
,
NewTimeFormat
,
ConvertFun
,
YearFirstMonth
=
0
1
,
TimeLag
=
0
,
verbose
=
TRUE
){
SeriesAggreg_new
<-
function
(
TabSeries
,
TimeFormat
,
NewTimeFormat
,
ConvertFun
,
YearFirstMonth
=
1
,
TimeLag
=
0
,
verbose
=
TRUE
){
##_Arguments_check
...
...
man/SeriesAggreg.Rd
View file @
2c5f673f
...
...
@@ -4,7 +4,7 @@
\title{Conversion of time series to another time step (aggregation only)}
\usage{
SeriesAggreg(TabSeries, TimeFormat, NewTimeFormat, ConvertFun,
YearFirstMonth = 1, verbose = TRUE)
YearFirstMonth = 1,
TimeLag = 0,
verbose = TRUE)
}
\arguments{
\item{TabSeries}{[POSIXlt+numeric] dataframe containing the vector of dates and the time series values}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment