Learn R Programming

ShapePattern (version 3.1.0)

findrow: An internal utility that identifies that identifies the appropriate row of the Whittle correction matrix.

Description

This is an internal utility function for identifying a row index value in the Whittle correction matrix and returns it to the calling function for use in further processing. This function is not intended for use directly by users.

Usage

findrow(autocorr = 0.2, DIFFMAT=data$DIFF50, VERBOSE=FALSE)

Value

The result is a an index to be used as a pointer.

Arguments

autocorr

This is a numeric argument providing the level of spatial autocorrelation.

DIFFMAT

This is a matrix object containing the Whittle estimations (corrections) for spatial autocorrelation and generally constructed by build.lut.

VERBOSE

A Boolean argument that indicates whether the function should run in verbose mode or not.

Author

Tarmo K. Remmel

Details

This tool is only used internally.

References

No references currently.

See Also

Currently none.

Examples

Run this code
# No example.

Run the code above in your browser using DataLab