This dataset consists of a data.frame with 3 columns: P (precipitation time series), E(potential evapo-transpiration time series), Q(discharge time series).

data(DATA)

Format

A data frame with 9480 observations on the following 3 variables.

P
precipitation time series
E
potential evapo-transpiration time series
Q
discharge time series

Details

This is an example dataset.

Examples

data(DATA) str(DATA)
#> ‘zoo’ series from 2000-01-01 to 2002-12-31 #> Data: num [1:1096, 1:3] 1.52 0.2 0 0.5 7.83 4.68 0.78 4.55 2.18 4.53 ... #> - attr(*, "dimnames")=List of 2 #> ..$ : NULL #> ..$ : chr [1:3] "P" "E" "Q" #> Index: Date[1:1096], format: "2000-01-01" "2000-01-02" "2000-01-03" "2000-01-04" ...