Skip to contents

Map MTA services. MTA bus lines are currently the only supported service.

Usage

map_area_mta_services(
  area,
  mta_services = "bus_lines",
  diag_ratio = 0.166,
  asp = NULL
)

Arguments

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 dist is provided.

asp

Aspect ratio of width to height as a numeric value (e.g. 0.33) or character (e.g. "1:3").