vardir-class {RGeoS}R Documentation

Class "vardir" Elementary experimental variogram

Description

This class contains an experimental variogram calculated in one direction for one or several variables.

Objects from the Class

Objects can be created by calls of the form new("vardir", ...). Elementary experimental variogram

Slots

npas:

Object of class "numeric" Number of lags

npatot:

Object of class "integer" Total number of lags

pas:

Object of class "numeric" Lag value

tol:

Object of class "numeric" Tolerance on distance (as percentage of lag value)

flag.regular:

Object of class "numeric" Specify if regular lags must be considered

breaks:

Object of class "numeric" Array of irregular lags

codir:

Object of class "numeric" Vector of direction coefficients

size:

Object of class "integer" Total dimension of variogram arrays

sw:

Object of class "numeric" Array of weights

hh:

Object of class "numeric" Array of distances

gg:

Object of class "numeric" Array of variogram values

Methods

[

vardir[ivar,jvar,ipas] returns the list (sw,gg,hh) corresponding to the arrays of weights, variogram values and distances for the lag ipas and the pair of variables ivar and jvar.

[<-

Same but for assignment

\$

vardir$parameter is used to query the value of parameter from vardir:

\$<-

Same but for assignment

Examples

showClass("vardir")

[Package RGeoS version 9.1.1 Index]