pplot.pn: Plot Percent of Normal

Description Usage Arguments Author(s) See Also Examples

View source: R/pplot.pn.r

Description

Plots the Percent of Normal of a precipitation serie.

Usage

1
2
3
4
pplot.pn(..., interval = 30, scale = "a", xlab = NA, ylab = "PN", 
         fontsize = 10, axis.text.color = "black", legend = NULL, 
         export = FALSE, export.name = "pn_plot.png", width = 10, 
         height = 10, units = "cm")

Arguments

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.

xlab

the text for the x axis. (Default value: NA)

ylab

the text for the y axis. (Default value: "PN")

fontsize

the font size value in pt. (Default value: 10)

axis.text.color

the legend colors. (Default value: "black")

legend

the text vector for the legend items. If NULL the legends will be equals to the variable names. (Default value: NULL)

export

the logical value for defining whether the graph should be export to a file or not. (Default value: FALSE)

export.name

the text for defining the exported file name. It is only used if export = TRUE. (Default value: "pci_plot.png")

width

the number for defining the exported graph width. It is only used if export = TRUE. (Default value: 10)

height

the number for defining the exported graph height. It is only used if export = TRUE. (Default value: 10)

units

the text for defining the units of the height and width parameters. It is only used if export = TRUE. (Default value: "cm")

...

a set of daily or monthly precipitation serie.

Author(s)

Lucas Venezian Povoa lucasvenez@gmail.com

See Also

read.data

Examples

1
2
3
4
5
6
7
##
# Loading the daily precipitation serie.
data(daily)
   
##
# Performing the a set of statistical analysis
pplot.pn(daily)

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