Description Usage Arguments Value Examples
View source: R/Station2GridIDW.R
Station-Data interpolation to Grid-Data with IDW
1 2 3 4 5 6 7 | Station2GridIDW(
StationLocation,
GridLocation,
StationData,
cacuStationN = 5,
wightCoefficient = 2
)
|
StationLocation |
n* 3(ID, Latitude, Longitude) 2-array of station |
GridLocation |
n * 3(ID, Latitude, Longitude) 2-array of Grid |
StationData |
3-array(periodN, stationN, fieldN) of data from station |
cacuStationN |
= 5 how many Station are relevant for a grid |
wightCoefficient |
= 2 wight Coefficient k, 1-5 |
Ntime * Nstation * Nfild 3-array of data for Grids
1 | GridMetroData <- Station2GridIDW(SLC, GLC, SD)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.