analyze_ptn {NetOrigin}R Documentation

analyze public transportation network characteristics

Description

analyze public transportation network characteristics

Usage

analyze_ptn(g)

Arguments

g

igraph object, network graph representing the public transportation network, vertices represent stations, which are linked by an edge if there is a direct transfer between them

Value

'data.frame': 1 obs. of 7 variables:

References

Details to the computation and interpretation can be found in:

See Also

Other network helper: plot_ptn()

Examples

data(ptnAth)
analyze_ptn(ptnAth)

data(ptnGoe)
analyze_ptn(ptnGoe)


[Package NetOrigin version 1.1-6 Index]