interpolation_idw: IDW interpolation

Description Usage Arguments Details Value Author(s)

View source: R/interpolation_idw.R

Description

Function overlays the ground stations and the grid and interpolates using idw.

Usage

1
2
interpolation_idw(groundstations, variable, distshore.grd,
  mxdidw = 120000, blocksize = 20000)

Arguments

groundstations

Data from the ground station in spatial format without na values

variable

the variable of the groundstations you want to interpolate

distshore.grd

masking your output for a certain region, default is the Netherlands

mxdidw

idw interpolation variable, with a standard value of 120000

blocksize

idw interpolation variable, with a standard value of 20000

Details

after running this function take a look

Value

returns a list with the kriging interpolation output and a dataframe with the difference between your observations and predicted grid

Author(s)

Marieke Dirksen


MariekeDirk/GeoInterpolation documentation built on May 14, 2019, 8:20 a.m.