pairwise_colocation_calc {sfdep} | R Documentation |
Pairwise CLQ calculation
Description
Internal function to calculate the pairwise CQL.
Usage
pairwise_colocation_calc(A, B, nb)
Arguments
A |
a character or factor vector. |
B |
a character or factor vector. |
nb |
a neighbors list e.g. created by |
Value
a matrix where rownames are A values colnames are B values
[Package sfdep version 0.2.5 Index]