relative.tie_dst.frequency: relative.tie_dst.frequency

Description Usage Arguments Details

View source: R/SIF-fcns.R

Description

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.

Usage

1
2
3
4
5
6
7
relative.tie_dst.frequency(
  sfn = NULL,
  sfe = NULL,
  gh = NULL,
  n.bins = 50,
  dst.mat = NULL
)

Arguments

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

Details

Implements technique in Daraganova 2012, referred to as "binned relative frequency of ties against distance interval"


kmcd39/divflow documentation built on Dec. 21, 2021, 7:38 a.m.