Description Usage Arguments Value Author(s) See Also Examples
It calculates the amount and percentage of precipitation contributed by a such percent of rainiest days.
| 1 | 
| percent | is the percentage of the rainiest days to be considered (default = 25). | 
| ... | a set of daily precipitation series. | 
data.frame containing the following variables:
dataset is the dataset name of the precipitation serie;
percentage is the percentage of the rainiest days;
absolute is the absolute amount of precipitation generated by percentage
relative is the percentage of precipitation benerated by percentage
Lucas Venezian Povoa lucasvenez@gmail.com
| 1 2 3 4 5 6 7 8 9 10 11 12 | 
Loading required package: ggplot2
Loading required package: scales
  dataset percentage absolute relative
1   daily         25  46345.1        1
  dataset percentage absolute relative
1   daily         20  46345.1        1
  dataset percentage absolute  relative
1   daily         10  38619.8 0.8333092
2   daily         15  44316.8 0.9562349
3   daily         20  46345.1 1.0000000
4   daily         25  46345.1 1.0000000
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.