plot_vht | R Documentation |
This function plots the sum of the daily vehicle travel time, colored and faceted by arbitrary variables in the link or zone table.
plot_vht(db, facet_var = "MPO", facet_levels = NULL, index_year = 2000)
db |
The scenario database. |
facet_var |
The variable to use in faceting the data. |
facet_levels |
A character vector giving the levels of the faceting
variable to use. Levels not called are dropped from the plot; default is
|
index_year |
[Optional] index year that should be used as the starting year for data or plots; |
A ggplot2 figure object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.