Learn R Programming

npsp (version 0.7-13)

npsp-geoR: Interface to package "geoR"

Description

Utilities to interact with the geoR package.

Usage

as.variogram(x, ...)

# S3 method for svar.bin as.variogram(x, ...)

# S3 method for np.svar as.variogram(x, ...)

as.variomodel(m, ...)

# S3 method for svarmod as.variomodel(m, ...)

Value

as.variogram() returns an object of the (not fully documented) geoR-class variogram.

as.variomodel() returns an object of the geoR-class variomodel.

Arguments

x

semivariogram estimate (e.g. svar.bin or np.svar object).

...

further arguments passed to or from other methods.

m

variogram model (e.g. svarmod object).

Details

as.variogram tries to convert a semivariogram estimate \(\hat{\gamma}(h_i)\) to an object of the (not fully documented) geoR-class variogram (see e.g. variog).

as.variomodel tries to convert a semivariogram model \(\gamma(pars; h)\) to an object of the geoR-class variomodel (see e.g. variofit).

See Also

variog, variofit, variomodel, svar.bin, np.svar.