vario.reduce {RGeostats}R Documentation

Extract a sub-variogram from an input experimental variogram

Description

Extract a sub-variogram from an input experimental variogram

Usage

vario.reduce(vario, varcols = NA, dirs = NA, flag.vario=FALSE)

Arguments

vario

Input experimental variogram (of type vario-class) to reduce.

varcols

Vector of indexes of the variables to extract. By default, all the variables are kept in the resulting variogram.

dirs

Vector of indexes of the directions to extract. By default, all the directions are kept in the resulting variogram.

flag.vario

When the experimental vario-class corresponds to a covariance (centered or not), it is possible to turn it into a variogram

Value

A mono or multivariate experimental variogram (of type vario-class) which is a sub-variogram of the input variogram.


[Package RGeostats version 14.0.10 Index]