Calculates the travel distance distribution by main mode
Source:R/output_trips.R
process_get_travdistance_distribution.Rd
The function process_get_travdistance_distribution calculates the distribution of travel distances based on main modes in a given trips_table tibble. It provides insights into the average distance traveled for each main mode.
Arguments
- trips_table
A tibble of output_trips (from
read_output_trips
)- euclidean
boolean, standard value FALSE, if set to TRUE uses euclidean distance.