ddff: Function for turning the file into a data.table showing...

Description Usage Arguments Value Examples

View source: R/ddf_function.R

Description

Function for turning the file into a data.table showing precip depth in hourly intervals wit specific frequencies

Usage

1

Arguments

dt

data.table including the fields date (datum) and p (precipitation in kg/s)

frequency

frequency with which to split the data

Value

data.table of precipitation depth split into durations on basis of hour (D1, D2, D3, D6, D12, D24) and specified frequencies

Examples

1
2
3
4
5
6
## Not run: 

ddff(dta, frequency = c(2,5,10,20))


## End(Not run)

kazivana/precipmodelingpackage documentation built on Jan. 22, 2021, 2:33 p.m.