Last data update: 2014.03.03

R: Limits
limitsR 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:

  • dataset is the precipitation serie name.

  • max is the maximum value in the precipitation serie.

  • max.date is the first date of the maximum precipitation serie.

  • min is the minimum value in the precipitation serie.

  • min.date is the first date of the minimum precipitation serie.

Author(s)

Lucas Venezian Povoa lucasvenez@gmail.com

See Also

read.data as.daily

Examples

##
# Loading the monthly precipitation serie.
data(monthly)

## 
# Performing the Concentration Index Analysis
limits(monthly)

Results