Description Usage Arguments Author(s) See Also Examples
View source: R/pplot.deciles.r
Plots the deciles of a precipitation serie.
1 2 3 4 5  | 
ylab | 
 the text for the y axis. (Default value: "Precipitation")  | 
legend.title | 
 the text for the legend title. (Default value: "Legend")  | 
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: "deciles_plot.png")  | 
width | 
 the number for defining the exported graph width. It is only used if export = TRUE. (Default value: 8.6)  | 
height | 
 the number for defining the exported graph height. It is only used if export = TRUE. (Default value: 7.5)  | 
units | 
 the text for defining the units of the height and width parameters. It is only used if export = TRUE. (Default value: "cm")  | 
grouped | 
 the logical value for defining whether the graphs should be plotted in group.  | 
... | 
 a set of daily or monthly precipitation serie.  | 
Lucas Venezian Povoa lucasvenez@gmail.com
1 2 3 4 5 6 7  | ## Loading the monthly precipitation serie.
#
data(monthly)
## Performing the a set of statistical analysis
#
pplot.deciles(monthly)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.