interpolation_ordinarykriging: Ordinary Kriging interpolation

Description Usage Arguments Details Value Author(s)

View source: R/interpolation_ordinarykriging.R

Description

Function overlays the ground stations and the grid and interpolates using autokrige from the autoKrige.

Usage

1
2
interpolation_ordinarykriging(groundstations, variable, grid_drift,
  blocksize = 20000, mxdkrige = Inf, mod = "Exp")

Arguments

groundstations

Data from the ground station in spatial format without na values

variable

the variable of the groundstations you want to interpolate

grid_drift

trend grid for the interpolation with same spatial extent as groundstations

blocksize

kriging interpolation variable, with a standard value of 20000

mxdkrige

kriging interpolation variable, with a standard value of Inf

mod

kriging interpolation variable, standard set to "Exp"

Details

after running this function take a look at get_statistical_summary

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.