View source: R/getWindowIndex.R
getWindowIndex | R Documentation |
Get the index of the days that corresponding to the window and the target days centered in it.
getWindowIndex(y, x, newdata, window, delta.method = FALSE)
y |
A grid or station data containing the observed climate data for the training period |
x |
A grid or station data containing the simulated climate data for the training period |
newdata |
A grid containing the simulated climate for the test period.
|
window |
vector of length = 2 (or 1) specifying the time window width used to calibrate and the target days (days that are being corrected). If the window length = 1 the window width is no larger than the target days. The window is centered on the target day/s (window width >= target days). |
delta.method |
Logical (default is FALSE). |
M. Iturbide
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.