RFempVariog-class {RandomFields}R Documentation

Class RFempVariog

Description

Class for RandomField's representation of empirical variograms

Arguments

object, x, ...

see the respective generic function; The argument

Slots

centers:

the bin centres of the spatial distances

emp.vario:

value of the empirical variogram

var:

the empirical (overall) variance in the data

sd:

standard deviation of the variogram cloud within each bin

n.bin:

number of bins

phi.centers:

centres of the bins with respect to the (first) angle (for anisotropic empricial variograms only)

theta.centers:

centres of the bins with respect to the second angle (for anisotropic empricial variograms in 3D only)

T:

the bin centres of the time axis

vdim:

the multivariate dimension

coord.units:

string giving the units of the coordinates, see also option coordunits of RFoptions.

variab.units:

string giving the units of the variables, see also option varunits of RFoptions.

call:

language object; the function call by which the object was generated

Methods

plot

signature(x = "RFempVariog"): gives a plot of the empirical variogram, for more details see plot-method.

as

signature(x = "RFempVariog"): converts into other formats, only implemented for target class list.

show

signature(x = "RFfit"): returns the structure of x

persp

codesignature(obj = "RFempVario"): generates nice persp plots

print

signature(x = "RFfit"): identical with show-method

summary

provides a summary

Details

print returns also an invisible list that is convenient to access.

Author(s)

Alexander Malinowski Alexander.Malinowski@web.de

See Also

RFempiricalvariogram, plot-method

Examples

#  see 'RFempiricalvariogram'


[Package RandomFields version 3.0.62 Index]