aggregate rain data by day
Usage
aggregateByDay(x, FUN, ..., timeColumn = 1, excludeColumns = 1:2)
Arguments
- x
data frame containing at least one date and time column
- FUN
aggregation function
- ...
arguments passed to FUN
- timeColumn
number of the date and time column
- excludeColumns
vector of column numbers to be excluded before aggregation