Description Usage Arguments Details
Gets distribution of ties relative to distribution of centroids. Because centroids are not an even continuous distribution, this might show a more meaningful spatial distribution of ties.
1 2 3 4 5 6 7 | relative.tie_dst.frequency(
sfn = NULL,
sfe = NULL,
gh = NULL,
n.bins = 50,
dst.mat = NULL
)
|
sfn, sfe, gh |
Spatial nodes, spatial edges or graph object. Save load time by providing spatial nodes / edges; otherwise just supply graph gh. |
n.bins |
number of distance bins |
Implements technique in Daraganova 2012, referred to as "binned relative frequency of ties against distance interval"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.