## Loading the monthly time series of precipitation within the Ebro River basin.
data(EbroPPtsMonthly)
# Getting the name of each gauging station.
names <- colnames(EbroPPtsMonthly)
# Removing the initial letter 'P' of the name of each gauging station.
rm1stchar(names)
Run the code above in your browser using DataLab