
Boustrophedon Run Test for Binary Matrix
Source:R/oruns_test_boustrophedon.R
oruns_test_boustrophedon.Rd
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
.
Value
A list with two elements:
- rowwise_boustrophedon
List containing the sequence and result of
oruns_test
for row-wise traversal.- colwise_boustrophedon
List containing the sequence and result of
oruns_test
for column-wise traversal.
See also
Other Spatial analysis:
AFSD()
,
BPL()
,
count_subareas()
,
count_subareas_random()
,
fit_gradients()
,
join_count()
,
oruns_test()
,
oruns_test_byrowcol()
,
plot_AFSD()