spi.per.year: Standardized Precipitation Index

Description Usage Arguments Value Author(s) See Also Examples

View source: R/spi.per.year.r

Description

Calculates the Standardized Precipitation Index (SPI) per year on a daily or monthly precipitation serie.

Usage

1
spi.per.year(object, period = 3, distribution = "Gamma", FUN = mean)

Arguments

object

a daily or monthly precipitation serie.

period

the number of months to be aggregate in the calculation of the standardized precipitation index. (Default value: 3)

distribution

(it has no effect yet).

FUN

the function used to summarize the standardized precipitation index per year. (Default function: mean).

Value

A data.frame (precintcon.spi.per.year) containing the following variables:

Author(s)

Lucas Venezian Povoa lucasvenez@gmail.com

See Also

spi read.data

Examples

1
2
3
4
5
6
7
##
# Loading the monthly precipitation serie.
data(monthly)

##
# Performing the Standardized Precipitation Index
spi.per.year(monthly, period = 3)

lucasvenez/precintcon documentation built on May 21, 2019, 8:53 a.m.