nodal_flows: Nodal flows selection

View source: R/nodal_flows.R

nodal_flowsR Documentation

Nodal flows selection

Description

Perform a Nystuen & Dacey's dominants flows analysis.

Usage

nodal_flows(mat)

Arguments

mat

A square matrix of flows.

Value

The matrix of the selected flows is returned.

Examples

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]

rCarto/flows documentation built on May 10, 2024, 11:38 a.m.