The purpose of this respository is to statistics tools for hydrologic analysis. This work is a collaboration between Duquesne University, University of Venda, and Rensselaer Polytechnic Institute. It was supported by the United States Agency for International Development, Southern Africa Regional Mission, Fixed Amount Award 72067419FA00001. This work reflects the work of the authors and does not necessarily reflect the views of USAID or the United States Government. For more information about the project, please visit www.duq.edu/limpopo.
These data tools can be pulled directly from GitHub. The code depends on several Tidyverse libraries and RCurl. The package installation should prompt these additional libraries. You will also need the devtools library to load from GitHub. For example:
install.packages("devtools")
library(devtools)
install_github("LimpopoLab/hydrostats")
library(hydrostats)
see the return_period.R code for some examples.