GRTS.default: Calculate a GRTS matrix with given dimensions.

Description Usage Arguments Value Author(s) See Also Examples

Description

Create a square matrix containing a randomised order of grid cells based on the GRTS algorithm.

Usage

1

Arguments

nrow

The number of row and columns of the desired square output matrix. Must be a power of 2.

Value

A square matrix with the dimensions of object filled with a randomised order of grid cells.

Author(s)

Thierry Onkelinx Thierry.Onkelinx@inbo.be, Paul Quataert

See Also

GRTS, QuadratRanking

Examples

1
GRTS(4)

GRTS documentation built on May 2, 2019, 6:39 p.m.