There is a new function, link_measures_table
, that adds functions to tabulate VMT, VHT, VHD, and V/C ratio tables.
link_measures_table(links, "volume", distance = "distance", speed = "speed",
ffspeed = "ffspeed", group_field = "facility_group", type = "vhd")
### A tibble: 5 × 3
## facility_group `Number of Links` VHD
## <chr> <int> <dbl>
## 1 Expressway 34 572.52680
## 2 Highway 96 297.13532
## 3 Arterial 215 462.91493
## 4 Collector 160 18.87548
## 5 Total 505 1351.45254