predictor.nn.values | R Documentation |
Constructs the local predictor matrices given their spatial index position
(as returned by predictor.nn.indices
) and additional parameters.
predictor.nn.values(nn.indices.list, grid, fun = NULL)
nn.indices.list |
A list of index positions as returned by |
grid |
The grid containing the local predictor information. It can be either the predictors (training) grid or the simulation (prediction) grid, depending on the situation. |
fun |
A list of funtions for neighbour aggregation for each local predictor variable.
Default to |
A nested list of 2D matrices with the following structure: sites/members
J Bedia
Other downscaling.helpers:
predictor.nn.indices()
,
prepareData()
,
prepareNewData()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.