| limits {precintcon} | R Documentation |
Limits
Description
Calculates the upper and lower limit on a set of daily or monthly precipitation series.
Usage
limits(...)
Arguments
... |
a set of daily or monthly precipitation series. |
Value
A data.frame containing the following variables:
-
datasetis the precipitation serie name. -
maxis the maximum value in the precipitation serie. -
max.dateis the first date of the maximum precipitation serie. -
minis the minimum value in the precipitation serie. -
min.dateis the first date of the minimum precipitation serie.
Author(s)
Lucas Venezian Povoa lucasvenez@gmail.com
See Also
Examples
##
# Loading the monthly precipitation serie.
data(monthly)
##
# Performing the Concentration Index Analysis
limits(monthly)
[Package precintcon version 2.3.0 Index]