View source: R/oruns_test_byrowcol.R
oruns_test_byrowcol | R Documentation |
Applies the ordinary runs test to each row and column of a binary matrix individually.
oruns_test_byrowcol(mat)
mat |
A binary matrix (containing 0s and 1s, and possibly NAs). |
A list with four elements:
row_results |
Data frame with test results for each row. |
col_results |
Data frame with test results for each column. |
row_summary |
Percentage summary of interpretation for rows. |
col_summary |
Percentage summary of interpretation for columns. |
oruns_test
Other Spatial analysis:
AFSD()
,
BPL()
,
count_subareas()
,
count_subareas_random()
,
fit_gradients()
,
join_count()
,
oruns_test()
,
oruns_test_boustrophedon()
,
plot_AFSD()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.