R-Package with miscellaneous functions of the Group of Hydrology Bern.
To install the package, you can use the help of {devtools}:
install.packages('devtools')
library('devtools')
install_github(repo='hydro-giub/hydroBE')
library(hydroBE)
package?hydroBE
or download the repo and install from source.