README.md

SPEI sticker

SPEI is an R package incorporating a set of functions for computing potential or reference evapotranspiration and several widely used drought indices, including the Standardized Precipitation-Evapotranspiration Index (SPEI) and the Standardized Precipitation Index (SPI).

The package is centered on the SPEI. For more information on this drought index, please visit https://spei.csic.es.

Details

Functions <spei> and <spi> are the workhorse of the SPEI library. Other functions such as <kern>, <cdfglo> or <pglo> are auxiliary low-level functions and they will not be used directly by the typical user. Functions for computing potential evapotranspiration are provided, too, for helping computing the SPEI. These are: <thornthwaite>, <hargreaves> and <penman>.

Installation

Install the latest stable version from GitHub:

library(devtools)
install_github('sbegueria/SPEI')

Or get the latest version on CRAN:

install.packages('SPEI')

Please, note that the CRAN version may not be the very latest version of the package.

If you are interested in testing the current development version you can do so by installing the devel branch:

library(devtools)
install_github('sbegueria/SPEI@devel')

References

To cite package ‘SPEI’ in publications use:

A BibTeX entry for LaTeX users is: @Manual{, title = {SPEI: Calculation of the Standardized Precipitation-Evapotranspiration Index}, author = {Santiago Beguería and Sergio M. Vicente-Serrano}, year = {2023}, note = {https://spei.csic.es, https://github.com/sbegueria/SPEI}, }

If you use the SPEI index, consider citing these references:

Other (possibly useful) references:

Version history

Version 1.8.0, November 2022 (current version on GitHub, submitted to CRAN).

  1. Solving several minor bugs in <thornthwaite>, <hargreaves>, and <penman> functions (output difference is lower than 0.1% with respect to version 1.7).
  2. Solving a bug in <spei> that resulted in bad cumulative data when using a non-rectangular kernel, resulting in incorrect SPEI values.
  3. Implementation of more thorough data and options checks, and providing a single error message containing all the errors upon failure.
  4. Implementation of verbosity in all functions: now they print information about the options being used. New argument verbosity added, defaulting to TRUE, to override this behavior.
  5. All the functions now accept 3-d arrayed data, enabling the possibility of using the functions on gridded climate data.
  6. Implementation of different versions of the Penman-Monteith ETo calculation in function <penman>.
  7. Implementation of an option to include CO2 concentration data in function <penman>.
  8. Implementation of a new option for when no wind data are available in function <penman>.
  9. Functions <spei> and <spi> now admit time series of any frequency, and not only monthly (frequency 12) data.
  10. Function <plot.spei> completely rewritten based on ggplot2, solving some bugs and enabling more flexibility.

Version 1.7.2, January 2018 (only on GitHub).

  1. Several code optimizations and improvements (by github user @doug-friedman).
  2. Added formal unit testing with testthat (@doug-friedman).
  3. Move documentation over to roxygen (@doug-friedman).
  4. Update <spei> function to allow processing data with frequency different than 12 (by github user @MuDestructor).

Version 1.7.1, June 2017.

  1. Corrected an error in <spei> function, which was not working when distribution was Gamma or PeasonIII and using user provided parameters. (Fixed by Emanuele Cordano, emanuele.cordano@gmail.com -- ecor)
  2. Added probability of monthly precipitation = 0 (pze) when using user provided parameters. (Fixed by Emanuele Cordano, emanuele.cordano@gmail.com -- ecor)

Version 1.7, June 2017 (current version on CRAN).

  1. Corrected a bug in the <kern> function which resulted in a multiplicative kernel instead of an additive one such the one expected in the <spei> and <spi> functions.
  2. Some small corrections to the plotting function and to the examples.

Version 1.6, September 2013.

  1. Corrected an error in the function <thornthwaite> which resulted in wrong potential evapotranspiration estimates when a multivariate time series was used as input.
  2. Corrected an error in the function <spi> which resulted in wrong handling of zero precipitation months when using the Gamma or PearsonIII distribution.
  3. Minor fixes to the <spi> and <plot.spei> functions to correctly handle \code{spei} objects when they result from a call to <spi>.
  4. Modification to the <kern> function, which now yields kernel coefficients averaging one.
  5. Corrected an error in the functions <spi> and <spei> which resulted in ub-pwm method being used irrespective of the value of the \code{fit} parameter used, when using the 'Gamma' or 'PearsonIII' distributions.
  6. Minor changes to the documentation.

Version 1.5, May 2013.

  1. Optimization of function <spei>, now using embed() for accumulating the data at the desired time scale.

Version 1.4, May 2013.

  1. Minor fixes to functions <penman> and <pwm>.
  2. Documentation of the penman function defined by mistake ed as the saturation vapor pressure, while it should read 'actual vapor pressure'.
  3. Function zzz.R added to display basic information about the SPEI package at startup.
  4. Function <SPEINews> added to display the NEWS file.

Version 1.3, March 2013.

  1. Minor fixes to functions <spei> and <penman>.
  2. Added new option for user-supplied SPEI parameters in the <spei> function. This overrides the fitting of a probability function to the data.
  3. Added new dataset <cabinda> from Allen et al. (1998).

Version 1.2, October 2012.

  1. Fixed a bug causing several functions to fail when a time series not belonging to matrix class was provided.
  2. Function <plot.spei> now distinguishes between calls to spei and spi and labels the axis accordingly.

Version 1.1, March 2012.

  1. Functions <spei> and <spi> now yield an object of class "spei".
  2. New functions for summarizing and plotting "spei" objects are provided.
  3. An option to establish a reference period for the computation of the indices has been implemented in functions <spei> and <spi>.

Version 1.0, January 2012.

First release of the SPEI package.

Any problems?

Feel free to send an issue if you have any questions or problems.

Copyright and license

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.



sbegueria/SPEI documentation built on July 22, 2023, 6:59 p.m.