pn {precintcon} | R Documentation |
Calculates the Percentage of Normal (PN) on a daily or monthly precipitation serie.
pn(object, interval = 30, scale = "a")
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. |
A data.frame (precintcon.pn) containing the following variables:
year
is the year.
month
is the month. It exists only whether scale = "m".
pn
is the percentage of normal.
Lucas Venezian Povoa lucasvenez@gmail.com
pplot.pn
read.data
as.daily
as.monthly
##
# Loading the monthly precipitation serie.
data(monthly)
##
# Performing the Percentage of Normal analysis
pn(monthly)