Description Usage Arguments Details
Compute the ratio of own type and all type neighbours
1 2 | mingling_index(x, i, r, normalise = FALSE, correction = "border",
version = 1, ntype = "geometric")
|
x |
multitype point pattern |
i |
optional target type. If omitted, compute for all. |
r |
neighbourhood radius / other parameter |
normalise |
if TRUE, divide by CSR value 1 - lam[i]/lam. |
correction |
"border" or "none" (defaut) |
version |
1 or 2 |
ntype |
"geometric" or "knn" |
correction = "border" is minus-sampling. Version 1 is 1 - E(same type)/E(any type), version 2 is 1 - E [ (same type)/(any type) ]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.