Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 456 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 456 Bytes

pdsi

Calculation of (sc)PDSI from monthly temperature and precipition data in R. This is basically a wrapper around a modified version of the University of Nebraska's C++ based PDSI implementation from http://greenleaf.unl.edu/downloads/. This code has an unknown license, I treat it as MIT.

Installation

install.packages("devtools")
library(devtools)
install_github("cszang/pdsi")
# (on Linux)
library(pdsi)
pdsi::build_linux_binaries()