Learn R Programming

KRIG (version 0.1.0)

thin_plate_kernel: Thin plate kernel.

Description

Isotropic kernel.

Usage

thin_plate_kernel(h, R = 1)

Arguments

h

distance variable.

R

displacement parameter.

Value

Real value.

Examples

Run this code
# NOT RUN {
h<-4.0
R<-0.5
thin_plate_kernel( h, R )
# }

Run the code above in your browser using DataLab