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

Format

The format is: 'zoo' series from 2000-01-01 to 2002-12-31 The data consists of a numeric data.frame with 1096 rows and 3 columns named: "P", "E" and "Q". The temporal index consist of daily dates from "2000-01-01" to "2000-01-05".

Details

Data set: fuse_hydrological_timeseries

Examples

data(fuse_hydrological_timeseries) str(fuse_hydrological_timeseries)
#> ‘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" "2000-01-05" ...
plot(fuse_hydrological_timeseries)