Description Usage Arguments Value Author(s)
Will test the skill of interpolation methods at a given data set by cross-validation methodoloy.
1 2 |
data |
A data.frame of size N x M with observations in meteorogical stantions, where N is the time and M the points by stations. |
coord |
data.frame of size N x 2 with longitude and Latitude of stations points. The order |
method |
Choose the interpolation method that will be validated. The default is classical IDW. |
n.station |
Number of stations used per point for interpolation. The default is 8. |
p |
Power parameter. The default is 1. |
m |
The param m of distance weight. The default is 4. |
CDD |
Correlation distance decay param (Km).The default is 800 km. |
r |
radius (in degree) for interpolation. The default ins 100 |
A data.frame with longitude, latitude and statistics by cross-validation.
Rodrigo Lins R Junior
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.