Skip to content

HydroDrought/hydrodroughtR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hydrodroughtR Package

This repository contains code for the hydrodroughtR package associated with the book entitled, 'Hydrological Drought - Processes and estimation methods for streamflow and groundwater'. It is designed to be used with the worked examples for this textbook: Worked Examples.

R package

In order to use the development version of the package hydrodroughtR you will need to install the package devtools once.

install.packages("devtools")

It provides the convenient command install_github() which installs the most recent version of a package hosted on github. To do so, simply execute the following three lines:

library(devtools)
install_github("HydroDrought/hydrodroughtR")
library(hydrodroughtR)

Reference and How to Cite

Please cite this repository if you make use of any part of this package.

  • The book citation Add this

  • The github citation (2018) doi: Add this

Maintainers

  • James H. Stagge - Owner - jstagge

License

This project is licensed under the GNU General Public License v3.0 License - see the LICENSE file for details

Acknowledgments

This material is based upon work supported by ........... Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of any of the funding organizations.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages