Skip to contents

This function extract the dataset containing daily rainfall and streamflow discharge at one of the MOPEX locations.

Usage

tsSEPA(id)

Arguments

id

hydrometric reference number (string)

Value

The function returns river level data in metres, as a zoo object.

Author

Claudia Vitolo

Examples

if (FALSE) {
  sampleTS <- tsSEPA(id = "10048")
}