Learn R Programming

KRIG (version 0.1.0)

variogram: Computes the variogram.

Description

This useful function is commonly employed in the study of isotropic stationary spatial processes.

Usage

variogram(Z, X, d)

Arguments

Z

Vector of observations.

X

Points matrix.

d

Distance function.

Value

Variogram vector.

Examples

Run this code
# NOT RUN {
library( KRIG )
vignette( topic = 'copper_mining_2d', package = 'KRIG' )
# }

Run the code above in your browser using DataLab