pci.supraseasonal {precintcon} | R Documentation |
It calculates the supraseasonal precipitation concentration index.
pci.supraseasonal(object, hemisthere = c("n", "s"))
object |
is a daily or monthly precipitation serie. |
hemisthere |
is the hemisthere, "n" for northern and "s" for south, of the precipitation serie. |
A data.frame containing the following variables:
year
is the year;
season
is the meteorological supraseason, wet or dry; and
pci.season
is the seasonal perceptation concentration index.
Lucas Venezian Povoa lucasvenez@gmail.com
M. de Luis, J. C. Gonz\'alez-Hidalgo, M. Brunetti, L. A. Longares (2011). Precipitation concentration changes in Spain 1946-2005. Natural Hazards and Earth System Science, 5:11, pp. 1259–1265
##
# Loading the daily precipitation serie
data(daily)
##
# Calculating the supraseasonal precipitation concentration index
pci.supraseasonal(daily, hemisthere = "s")