vario.model.check {RGeostats}R Documentation

Check Variogram - Model compatibility

Description

Checks the compatibility between the Variogram and the Model

Usage

vario.model.check(vario, model, flag.nvar = TRUE)

Arguments

vario

The vario-class Class which contains the experimental Variogram.

model

The model-class Class which contains the Model

flag.nvar

When TRUE, the check is also performed on the number of variables.

Details

The Check is performed on the following items: - Space Dimension - Number of variables (optional)

Value

TRUE if the Variogram and the Model are compatible; FALSE otherwise.


[Package RGeostats version 14.0.10 Index]