Applies the ordinary runs test to a binary matrix using boustrophedon-style traversal.
The function supports two modes: row-wise and column-wise boustrophedon. Each traversal flattens the matrix into a 1D sequence
which is then tested using oruns_test
.
oruns_test_boustrophedon(mat)
A list with two elements:
List containing the sequence and result of oruns_test
for row-wise traversal.
List containing the sequence and result of oruns_test
for column-wise traversal.
A binary matrix (containing 0s and 1s, and possibly NAs).
oruns_test
Other Spatial analysis:
AFSD()
,
BPL()
,
count_subareas()
,
count_subareas_random()
,
fit_gradients()
,
join_count()
,
oruns_test()
,
oruns_test_byrowcol()
,
plot_AFSD()