as.monthly: Convert a daily precipitation serie to a monthly serie

Description Usage Arguments Value Author(s) See Also Examples

View source: R/as.monthly.r

Description

Converts a daily precipitation serie to a monthly serie.

Usage

1
as.monthly(object)

Arguments

object

a precintcon.daily object or a data.frame containing 33 or 3 columns

Value

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

Author(s)

Lucas Venezian Povoa lucasvenez@gmail.com

See Also

pplot.lorenz read.data

Examples

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

## Converting precipitation
#
as.monthly(daily)

lucasvenez/precintcon documentation built on May 21, 2019, 8:53 a.m.