plot_tlfd: Plot a trip length frequency distribution

Description Usage Arguments Value

View source: R/tlfd.R

Description

Plot a trip length frequency distribution

Usage

1
2
plot_tlfd(db, region_var = c("MPO", "COUNTY", "STATE"), regions = NULL,
  cumulative = FALSE, years = NULL)

Arguments

db

The scenario database.

region_var

The region to aggregate to.

regions

The regions to return. If NULL, returns all.

cumulative

Plot cumulative instead of probability density distribution.

years

The years to show in the plot. If null, will show the first and last years.

Value

A ggplot2 object.


tlumip/swimr documentation built on Dec. 14, 2020, 3:16 a.m.