pcp: Precipitation Concentration Period

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/pcp.r

Description

Calculates the Precipitation Concentration Period (PCP) on a daily or monthly precipitation serie.

Usage

1
pcp(object)

Arguments

object

a daily or monthly precipitation serie.

Value

A data.frame containing the following variables:

Author(s)

Lucas Venezian Povoa lucasvenez@gmail.com

References

Zhang L.J., Qian Y.F. (2003) Annual distribution features of precipitation in China and their interannual variations. J Acta Meteorological Sinica 17:146-163

See Also

pplot.pcp read.data as.daily as.monthly

Examples

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

## 
# Performing the Precipitation Concentration Degree analysis
pcd(monthly)

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