Description Usage Arguments Value Note Examples
Extracts the rows of a matrix corresponding to the requested days (expressed as dates YYYY-MM-DD) given the date (origin) of the first row
1 2 3 | extractdays(data = array(1:ndim_max, dim = c(ndim_max, 1)),
ndim_max = 1e+05, when = "1990-1-1", origin = "1961-1-1",
nday = 1)
|
data |
an input data matrix where each row corresponds to a daily record |
ndim_max |
maximum (integer) number of rows in |
when |
desired dates for which the data are requested |
origin |
date corresponding to the first row of |
nday |
(optional) number of days since |
a matrix containing the requested rows
It uses julian
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.