precintcon
is an R package with functions to analyze the precipitation intensity, concentration, and anomaly. It supports the following indices:
To install:
install.packages("precintcon")
install_github("lucasvenez/precintcon")
Getting start:
require(precintcon)
data(daily)
ci(daily, interval = 1)
pplot.ci(daily, interval = 1)