sv: Evaluate a semivariogram model

View source: R/svarmod.R

svR Documentation

Evaluate a semivariogram model

Description

Evaluates an svarmod object x at lags h (S3 generic function).

Usage

sv(x, h, ...)

## Default S3 method:
sv(x, h, ...)

## S3 method for class 'svarmod'
sv(x, h, ...)

## S3 method for class 'svar.grid'
sv(x, h, ...)

## S3 method for class 'sb.iso'
sv(x, h, discretize = FALSE, ...)

Arguments

x

variogram model (svarmod object).

h

vector (isotropic case) or matrix of lag values.

...

further arguments passed to or from other methods.

discretize

logical. If TRUE the variogram is previously discretized.

Value

A vector of semivariance values \gamma(h_i).

See Also

covar


rubenfcasal/npsp documentation built on April 23, 2023, 8:40 a.m.