check.colcok {RGeostats}R Documentation

Check if a Valid Colocated Option has been required

Description

Check if a Valid Colocated Option has been required

Usage

check.colcok(dbin, dbout, rank.colcok = NA)

Arguments

dbin

The db-class structure containing the Input file

dbout

The db-class structure used for storing the results in an Output file

rank.colcok

Array for the definition of the colocation. Its dimension must be equal to the number of Z-variables in the input db-class. Each element (rank "i") of this array must be:

  • either negative or set to NA: if the i-th variable is not colocated

  • either positive and smaller than the number of attributes in the Output file: this variable serves as a collocated information.

  • either larger than the number of attributes in the Output file, an error is issued.

Details

The Colocation option is switched ON if:

Value

The value of the Colocated option


[Package RGeostats version 14.0.10 Index]