stat {precintcon}R Documentation

Basic statistics for precipitation datasets.

Description

Perform the calculation of basic statistics of precipitation datasets.

Usage

stat(...)

Arguments

...

a set of daily or monthly precipitation serie.

Value

A data.frame (precintcon.stat) containing the following variables:

Author(s)

Lucas Venezian Povoa lucasvenez@gmail.com

Examples

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

##
# Plotting the deciles.
stat(monthly)

[Package precintcon version 2.3.0 Index]