extract_tlfd | R Documentation |
Extract trip length frequency distribution data
extract_tlfd(
db,
region_var = c("MPO", "COUNTY", "STATE"),
regions = NULL,
cumulative = FALSE,
years = NULL,
index_year = 2000
)
db |
The scenario database. |
region_var |
The region to aggregate to. |
regions |
The regions to return. If |
cumulative |
Return a cumulative PDF? |
years |
The years to show in the plot. If null, will show the first |
index_year |
[Optional] index year that should be used as the starting year for data or plots; |
max_bin |
The maximum bin size to return. |
A data frame with the trip length frequency distribution by year and region.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.