Description Usage Arguments Value Author(s) Examples
View source: R/qm.doywindowgen.R
qm.doywindowgen
constructs a matrix [365,window.width]
that indicates for each day-of-year (DOY) the DOYs to be considered in
moving window apoplications.
1 | qm.doywindowgen(window.width)
|
window.width |
Length of moving window (number of days). Should be an uneven number. |
List of 3: $half.width: Half window width minus 0.5. $window.width: Total width of moving window. $doymatrix: Matrix indicating the DOYs to account for depending on the actual centered DOY (matrix[365,window.width]).
Sven Kotlarski (MeteoSwiss), Jan Rajczak (ETH Zurich)
1 2 3 4 5 | ## Not run:
# Construct DOY-matrix for 91-day moving window
qm.doywindowgen(91)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.