selectDatCpp | R Documentation |
The user also must pass in the column index of the data passed in that corresponds to the primary and secondary source for each variable.
selectDatCpp( dat, rr, prec_cy_1, prec_cy_2, prec_py_1, prec_py_2, gdd_cy_1, gdd_cy_2, gdd_py_1, gdd_py_2, veg_cy_1, veg_cy_2, veg_py_1, veg_py_2, veg_2py_1, veg_2py_2 )
dat |
A matrix with all of the remotely sensed data to select from. |
rr |
The number of rows in dat and df (must be the same). |
prec_cy_1 |
The column index of the preferred precipitation source for the current year. |
prec_cy_2 |
The column index of the secondary precipitation source for the current year. |
prec_py_1 |
The column index of the preferred precipitation source for the previous year. |
prec_py_2 |
The column index of the secondary precipitation source for the previous year. |
gdd_cy_1 |
The column index of the preferred growing degree day source for the current year. |
gdd_cy_2 |
The column index of the secondary growing degree day source for the current year. |
gdd_py_1 |
The column index of the preferred growing degree day source for the previous year. |
gdd_py_2 |
The column index of the secondary growing degree day source for the previous year. |
veg_cy_1 |
The column index of the preferred vegetation index source for the current year. |
veg_cy_2 |
The column index of the secondary vegetation index source for the current year. |
veg_py_1 |
The column index of the preferred vegetation index source for the previous year. |
veg_py_2 |
The column index of the secondary vegetation index source for the previous year. |
veg_2py_1 |
The column index of the preferred vegetation index source for two years prior. |
veg_2py_2 |
The column index of the secondary vegetation index source for two years prior. |
df Returns a completed table with selected data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.