Description Usage Arguments Value Author(s) References Examples
View source: R/pci.supraseasonal.r
It calculates the supraseasonal precipitation concentration index.
1 | 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
1 2 3 4 5 6 7 | ##
# Loading the daily precipitation serie
data(daily)
##
# Calculating the supraseasonal precipitation concentration index
pci.supraseasonal(daily, hemisthere = "s")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.