Description Usage Arguments Value Examples
View source: R/Station2GridKrige.R
Station-Data interpolation to Grid-Data with point-Krige
1 2 3 4 5 6 7 8 | Station2GridKrige(
StationLocation,
GridLocation,
StationData,
cacuStationN = 5,
wightCoefficient = 2,
sAnstgVario = 4.25
)
|
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 |
sAnstgVario |
= 4.25 linearen Variogrammes s |
Ntime * Nstation * Nfild 3-array of data for Grids
1 | GridMetroData <- Station2GridKrige(SLC, GLC, SD)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.