Description Usage Arguments Value Author(s) Examples
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.
1 | qm.doystring(yearbegin, yearend)
|
yearbegin |
First year of time series. |
yearend |
Last year of time series. |
Vector: Day-of-year time series.
Jan Rajczak (ETH Zurich), Sven Kotlarski (MeteoSwiss)
1 2 3 4 5 | ## Not run:
# Construct DOY vector for the period 1981 to 2010
qm.doystring(1981,2010)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.