| as.deciles {precintcon} | R Documentation |
Deciles of a precipitation serie
Description
Groups the monthly precipitation into decis, i.e., it splits a precipitation serie into ten equal parts in crescent order, from the lower to the highest precipitation.
Usage
as.precintcon.deciles(object)
Arguments
object |
a daily or monthly precipitation serie. |
Value
A data.frame (precintcon.deciles) containing the following variables:
-
D1corresponds to the precipitation values not exceeding 10% of the lowest values. -
D2corresponds to the precipitation values not exceeding 20 of the lowest values. -
D3corresponds to the precipitation values not exceeding 30 of the lowest values. -
D4corresponds to the precipitation values not exceeding 40% of the lowest values. -
D5is equals to the median that corresponds to the precipitation values not exceeding 50% of the lowest values. -
D6corresponds to the precipitation values not exceeding 60% of the lowest values. -
D7corresponds to the precipitation values not exceeding 70 of the lowest values. -
D8corresponds to the precipitation values not exceeding 80 of the lowest values. -
D9corresponds to the precipitation values not exceeding 90 of the lowest values. -
D10corresponds to the precipitation values not exceeding 100 of the lowest values.
Author(s)
Lucas Venezian Povoa lucasvenez@gmail.com