Learn R Programming

trafficCAR (version 0.1.0)

plot_roads_static: Static map of road-segment traffic measures

Description

Static map of road-segment traffic measures

Usage

plot_roads_static(
  sf_aug,
  value = c("predicted_speed", "predicted_volume", "relative_congestion")
)

Value

ggplot object

Arguments

sf_aug

sf object with road geometries

value

One of "predicted_speed", "predicted_volume", or "relative_congestion"