Plot GTFS stops and trips
# S3 method for class 'tidygtfs'
plot(x, ...)
a tidygtfs object as read by read_gtfs()
ignored for tidygtfs
plot
# \donttest{
local_gtfs_path <- system.file("extdata",
"nyc_subway.zip",
package = "tidytransit")
nyc <- read_gtfs(local_gtfs_path)
plot(nyc)
# }