plot.tidygtfs {tidytransit}R Documentation

Plot GTFS stops and trips

Description

Plot GTFS stops and trips

Usage

## S3 method for class 'tidygtfs'
plot(x, ...)

Arguments

x

a gtfs_obj as read by read_gtfs()

...

further specifications

Value

plot

Examples


local_gtfs_path <- system.file("extdata",
                              "google_transit_nyc_subway.zip",
                              package = "tidytransit")
nyc <- read_gtfs(local_gtfs_path)
plot(nyc)



[Package tidytransit version 1.6.1 Index]