plot.tidygtfs | R Documentation |
Plot GTFS stops and trips
## S3 method for class 'tidygtfs'
plot(x, ...)
x |
a tidygtfs object as read by |
... |
ignored for tidygtfs |
plot
local_gtfs_path <- system.file("extdata",
"nyc_subway.zip",
package = "tidytransit")
nyc <- read_gtfs(local_gtfs_path)
plot(nyc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.