View source: R/map_area_mta_services.R
map_area_mta_services | R Documentation |
Map MTA services. MTA bus lines are currently the only supported service.
map_area_mta_services(
area,
mta_services = "bus_lines",
diag_ratio = 0.166,
asp = NULL
)
area |
sf object. Required. |
mta_services |
Character vector. Default is "bus_lines" to use mta_bus_lines data. |
diag_ratio |
ratio to set map extent based diagonal distance of area's
bounding box. Ignored when |
asp |
Aspect ratio of width to height as a numeric value (e.g. 0.33) or character (e.g. "1:3"). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.