View source: R/network_analysis.R
add_missing_nodes | R Documentation |
Search flows labelled by a flow direction for missing counternode and add row data as required. The magnitude of the flow will be the sum of all incoming flows
add_missing_nodes(dat, flow_direction = "var_fout")
dat |
Tibble. |
flow_direction |
String. "var_fout" to look for missing end nodes, "var_fin" to look for missing start nodes. |
Input tibble with missing nodes appended.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.