as.monthly {precintcon} | R Documentation |
Converts a daily precipitation serie to a monthly serie.
as.monthly(object)
object |
a precintcon.daily object or a data.frame containing 33 or 3 columns |
A data.frame (precintcon.monthly) containing the following variables:
year
is the year.
month
is the month.
precipitation
is the precipitation amount in millimeters.
Lucas Venezian Povoa lucasvenez@gmail.com
## Loading the daily precipitation serie.
#
data(daily)
## Converting precipitation
#
as.monthly(daily)