create.month.day.vecs: Create a vector of days and months, starting with the first...

View source: R/dfmip.R

create.month.day.vecsR Documentation

Create a vector of days and months, starting with the first Sunday

Description

See also get.start.week NOTE: Could generalize, by making the start day an input.

Usage

create.month.day.vecs(year)

Arguments

year

The input year to evaluate (must be >1900 and <2100)

Value

A list containing a vector of numeric months and a vector with numeric days of the months

Examples

month.day.vecs = create.month.day.vecs(2000)
month.day.vecs = create.month.day.vecs(2012)
month.day.vecs = create.month.day.vecs(2013)
month.day.vecs = create.month.day.vecs(2014)
month.day.vecs = create.month.day.vecs(2015)
month.day.vecs = create.month.day.vecs(2016)
month.day.vecs = create.month.day.vecs(2020)


akeyel/dfmip documentation built on Sept. 3, 2022, 1:26 a.m.