powered by
Create subtitles for graphics.
get_graph_subtitles( segments = NULL, modes = NULL, directions = NULL, weekdays = NULL, hours = NULL )
Character, with a description of all parameters filled, usable as subtitle for graphs.
Character vector. Selected road segment to text, no precision if NULL (default).
Character vector. Different modes of transportation selected (heavy, car, bike, pedestrian). Default: NULL
Character vector. Directions of the traffic (lft, rgt, both) choosen. Default to NULL.
Character vector. Weekdays choosen. Default to NULL.
Numeric vector. Hours choosen. Default to NULL.
get_graph_subtitles(segments = c("Route1"), mode = "car", direction = "lft", weekdays = "monday", hours = 12:14)
Run the code above in your browser using DataLab