Learn R Programming

precintcon (version 2.3.0)

pplot.pci: Plot Precipitation Concentration Index

Description

Plots the Precipitation Concentration Index of a precipitation serie.

Usage

pplot.pci(..., xlab = "Years", ylab = "PCI", legend = NULL, fontsize = 10, axis.text.color = "black", export = FALSE, export.name = "pci_plot.png", width = 10, height = 10, units = "cm")

Arguments

xlab
the text for the x axis. (Default value: "Years"
ylab
the text for the y axis. (Default value: "PCI")
legend
the text vector for the legend items. If NULL the legends will be equals to the variable names. (Default value: NULL)
fontsize
the font size value in pt. (Default value: 10)
axis.text.color
the legend colors. (Default value: "black")
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 precipitation series.

See Also

read.data

Examples

Run this code
##
# Loading the daily precipitation serie.
data(daily)

##
# Performing the a set of statistical analysis
pplot.pci(daily)

Run the code above in your browser using DataLab