vario.trans {RGeoS}R Documentation

Performs transformations between experimental variograms

Description

Performs transformations between experimental variograms

Usage

vario.trans(string, vario1 = NA, vario2 = NA, vlist = NA)

Arguments

string

Calculation string describing the transformation involving the experimental variograms. These variograms must be refered to as "v1" (for the first one), "v2" (for the second one) and so on.

vario1

The vario-class corresponding to the first experimental variogram. It should be refered as "v1" in the calculation string. Note that 'vario1' is used only if 'vlist' is not defined.

vario2

The vario-class corresponding to the second experimental variogram. It should be refered as "v2" in the calculation string. Note that 'vario2' is used only if 'vlist' is not defined.

vlist

An optional list of experimental variograms. This is used when the string involves a large number of experimental variograms (larger than 2). Note that when 'vlist' is used, 'vario1' and 'vario2' are ignored.

Details

The calculation string must be defined as a string (included within quotes), such as "v1/v2"

Value

The resulting experimental variogram


[Package RGeoS version 9.1.1 Index]