daily2monthly: Converts a daily time series to a monthly time series

View source: R/daily2monthly.r

daily2monthlyR Documentation

Converts a daily time series to a monthly time series

Description

Converts a daily time series to a monthly time series

Usage

daily2monthly(daily.series, start.date, dayofweek)

Arguments

daily.series

The input daily time series

start.date

Beginning date in month-day-year format, a 3-element vector

dayofweek

Day of the week, 1 through 7

Value

monthly.series: each monthly value is the aggregate of all daily values in that month, of the specified day of the week


jlivsey/sigex documentation built on May 25, 2024, 4:17 a.m.