Plot GTFS object routes and their frequencies
# S3 method for gtfs plot(x, ...)
| x | a gtfs_obj as read by read_gtfs() |
|---|---|
| ... | further specifications |
# \donttest{ local_gtfs_path <- system.file("extdata", "google_transit_nyc_subway.zip", package = "tidytransit") nyc <- read_gtfs(local_gtfs_path) plot(nyc)# }