pn: Percentage of Normal

Description Usage Arguments Value Author(s) See Also Examples

View source: R/pn.r

Description

Calculates the Percentage of Normal (PN) on a daily or monthly precipitation serie.

Usage

1
pn(object, interval = 30, scale = "a")

Arguments

object

a daily or monthly precipitation serie.

interval

the number of months applied for calculating the percentage of normal.

scale

the scale used for calculating the percentage of normal, which should be either "w" for weak (not supported yet), "m" for month, "s" for season, or "d" for decades.

Value

A data.frame (precintcon.pn) containing the following variables:

Author(s)

Lucas Venezian Povoa lucasvenez@gmail.com

See Also

pplot.pn read.data as.daily as.monthly

Examples

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

##
# Performing the Percentage of Normal analysis
pn(monthly)

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