View source: R/downscalePredict.R
downs.predict | R Documentation |
Internal function of downscalePredict
that switches to the corresponding method.
downs.predict(x, method, atomic_model, simulate)
x |
The grid data. Class: matrix. |
method |
The method of the given model. |
atomic_model |
An object containing the statistical model of the selected method. |
simulate |
A logic value indicating whether we want to simulate or not based on the GLM distributional parameters. |
This function is internal and should not be used by the user. The user should use downscalePredict
.
A matrix with the predictions.
J. Bano-Medina
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.