as.seasonal: Converting to seasonal precipitation serie

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/as.seasonal.r

Description

It converts a daily or monthly precipitation serie to a seasonal serie according to meteorological seasons.

Usage

1
as.seasonal(object)

Arguments

object

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

Details

If the serie has no a month of a season, it is waived in convertion, e.g., if a serie has January and February of 1975, but no December of 1974, the first two months are removed of the resulting serie because the season that depends all of them is not complete.

Value

A data.frame (precintcon.seasonal) 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.seasonal(daily)

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