View source: R/oruns_test_boustrophedon.R
| oruns_test_boustrophedon | R Documentation |
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)
mat |
A binary matrix (containing 0s and 1s, and possibly NAs). |
A list with two elements:
rowwise_boustrophedon |
List containing the sequence and result of |
colwise_boustrophedon |
List containing the sequence and result of |
oruns_test
Other Spatial analysis:
AFSD(),
BPL(),
count_subareas(),
count_subareas_random(),
fit_gradients(),
join_count(),
oruns_test(),
oruns_test_byrowcol(),
plot_AFSD()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.