limits: Limits

Description Usage Arguments Value Author(s) See Also Examples

Description

Calculates the upper and lower limit on a set of daily or monthly precipitation series.

Usage

1

Arguments

...

a set of daily or monthly precipitation series.

Value

A data.frame containing the following variables:

Author(s)

Lucas Venezian Povoa lucasvenez@gmail.com

See Also

read.data as.daily

Examples

1
2
3
4
5
6
7
##
# Loading the monthly precipitation serie.
data(monthly)

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

Example output

Loading required package: ggplot2
Loading required package: scales

Attaching package: 'precintcon'

The following object is masked from 'package:ggplot2':

    stat

  dataset max max.date min min.data
1     ..1 731   5/1957   1   1/1952

precintcon documentation built on May 2, 2019, 3:07 p.m.