nodal_flows | R Documentation |
Perform a Nystuen & Dacey's dominants flows analysis.
nodal_flows(mat)
mat |
A square matrix of flows. |
The matrix of the selected flows is returned.
nav <- read.csv(system.file("csv/nav.csv", package = "flows"))
mat <- prepare_mat(x = nav, i = "i", j = "j", fij = "fij")
res <- nodal_flows(mat)
res[1:5, 1:5]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.