stat: Basic statistics for precipitation datasets.

Description Usage Arguments Value Author(s) Examples

Description

Perform the calculation of basic statistics of precipitation datasets.

Usage

1

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

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

##
# Plotting the deciles.
stat(monthly)

Example output

Loading required package: ggplot2
Loading required package: scales

Attaching package: 'precintcon'

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

    stat

  dataset mean.daily sd.daily var.daily mean.monthly sd.monthly var.monthly
1 monthly        ---      ---       ---     129.5504   114.6486     13144.3
  total
1 66848

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