Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.25 KB

README.md

File metadata and controls

15 lines (12 loc) · 1.25 KB

Limpopo Resilience Lab

hydrostats package

Purpose

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.

Installation

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)

Examples

see the return_period.R code for some examples.