
Runoff Data
runoff_data.Rd
This dataset contains runoff data for a specific location.
Format
A data frame with variables:
- time
Time measurements
- Q
Runoff measurements
- prcp
Precipitation measurements
Examples
# Print the first few rows of the runoff_data dataset
head(runoff_data)
#> time prcp Q
#> 1 2010-05-01 00:00:00 0 73.32857
#> 2 2010-05-01 01:00:00 0 72.77857
#> 3 2010-05-01 02:00:00 0 72.88571
#> 4 2010-05-01 03:00:00 0 73.31429
#> 5 2010-05-01 04:00:00 0 69.79286
#> 6 2010-05-01 05:00:00 0 66.16429