Skip to contents

Plot Transit Hubs

Usage

plot_hubs(gtfs, i = 0.05)

Arguments

gtfs

A GTFS object.

i

Proportion of stops with the most routes to retain.

Value

A `ggplot` map.

Details

To keep dense networks readable, at most 40 of the highest-ranked stops are drawn. Ranking uses distinct route count and then trip count.

See also

[GTFSwizard::get_hubs()]

Examples

plot_hubs(for_rail_gtfs, i = 0.1)