findcol: An internal utility that identifies that identifies the...

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/findcol.R

Description

This is an internal utility function for identifying a column 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

1
findcol(prop = 0.32, DIFFMAT=data$DIFF50, VERBOSE=FALSE)

Arguments

prop

This is a numeric argument providing the proportion of white pixels in the input binary map.

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.

Details

This tool is only used internally.

Value

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

Note

This function is not to be used directly by users of this package.

Author(s)

Tarmo K. Remmel

References

No references currently.

See Also

Currently none.

Examples

1
# No example.

PatternClass documentation built on March 14, 2020, 1:07 a.m.