ReadMe.md

HSA (Hydrological Signature Analysis)

HSA is a R package dedicated to the computation of hydrological signatures based on streamflow, precipitation and air temperature time series.

Details on the implemented signatures can be found in Horner (2020) and Horner et al. (2020).

Getting started

Installation

I recommend you use the devtools package to install the HSA package:

install.package("devtools")

To install the package using devtools, run the following commands:

library(devtools)
install_github("IvanHeriver/hsa-R-package")

Basic usage

Load the package:

library(HSA)

References

I. Horner, “Design and evaluation of hydrological signatures for the diagnosis and improvement of a process-based distributed hydrological model.” PhD thesis, Université Grenoble Alpes

I. Horner, F. Branger, H. McMillan, O. Vannier, and I. Braud, “Information content of snow hydrological signatures based on streamflow, precipitation and temperature,” Hydrological Processes.



IvanHeriver/hsa-R-package documentation built on Dec. 17, 2021, 11:32 p.m.