##
# Loading the daily precipitation serie
data(daily)
##
# Calculating amount and percentage of precipitation using different parameters
app(daily)
app(daily, percent = 20)
app(daily, percent = c(10, 15, 20, 25))
Run the code above in your browser using DataLab