qm.doystring: Construct daily vector of day-of-year for a given period

Description Usage Arguments Value Author(s) Examples

View source: R/qm.doystring.R

Description

qm.doystring constructs a daily vector with the length of the entire period (defined by first and last year) specifying the day-of-year (DOY; 1:365) of each day. A leap day (Feb 29) is given the value 999.

Usage

1
qm.doystring(yearbegin, yearend)

Arguments

yearbegin

First year of time series.

yearend

Last year of time series.

Value

Vector: Day-of-year time series.

Author(s)

Jan Rajczak (ETH Zurich), Sven Kotlarski (MeteoSwiss)

Examples

1
2
3
4
5
## Not run: 
# Construct DOY vector for the period 1981 to 2010
qm.doystring(1981,2010)

## End(Not run)

SvenKotlarski/qmCH2018 documentation built on July 14, 2019, 7:39 p.m.