vario.average {RGeostats}R Documentation

Calculate the average of variograms

Description

Calculate the average of variograms

Usage

vario.average(vlist)

Arguments

vlist

List of variograms to be averaged. All these variograms should share the same characteristics:

  • The number of variables

  • The space dimension

  • The number of calculation directions

For each direction, the different variograms should share the same characteristics:

  • The number of lags

  • The total number of lags (for asymetric quantities)

  • The option for Code utilization

  • The reference date (for temporal computation)

  • The Lag value

  • The tolerance on distances

  • The tolerance on angles

  • The 'bench' width (if used)

  • The 'cylrad' radius (if used)

  • The tolerance on the code

  • The option for regular/irregular distance classes

  • The list of irregular distance classes

  • The set of calculation angles

Value

A variogram containing the average of the input variograms:


[Package RGeostats version 14.0.10 Index]