Learn R Programming

KRIG (version 0.1.0)

spherical_kernel: Spherical kernel.

Description

Isotropic kernel commonly employed in geostatistic.

Usage

spherical_kernel(h, phi, theta)

Arguments

h

distance variable.

phi

amplitude parameter.

theta

smoothness parameter.

Value

Real value.

Examples

Run this code
# NOT RUN {
h<-4.0
phi<-1.0
theta<-100.0
spherical_kernel( h, phi, theta )
# }

Run the code above in your browser using DataLab