View source: R/graph-and-ergm-fcns.R
Gets a measure of "tie strength" of total visits between tracts, scaled by total flows into and out of each tract. Takes individual node/tract identifiers and an edgelist containing all flows in between them.
1 | get.normalized.undirected.connectedness(x, y, el, flow.colm = "n")
|
x, y |
node ids |
el |
edge list |
flow.colm |
column containing edge weights/flows between nodes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.